1 write to m_bounds
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
38
m_bounds
= Rect.Empty;
18 references to m_bounds
ReachFramework (18)
AlphaFlattener\Optimizer.cs (18)
51
int width = (int)Math.Round(
m_bounds
.Width * Configuration.RasterizationDPI / 96);
52
int height = (int)Math.Round(
m_bounds
.Height * Configuration.RasterizationDPI / 96);
56
Matrix mat = Utility.CreateMappingTransform(
m_bounds
, width, height);
118
dc.DrawImage(new ImageProxy(brushImage),
m_bounds
, clip, Matrix.Identity);
185
if (primitive.GetClippedBounds().IntersectsWith(cluster.
m_bounds
) &&
264
m_bounds
.Union(bounds);
288
m_bounds
.Union(c.
m_bounds
);
306
double clustersize =
m_bounds
.Width *
m_bounds
.Height;
308
double diff = - Configuration.RasterizationCost(
m_bounds
.Width,
m_bounds
.Height);
416
if (disjoint || bounds.IntersectsWith(c.
m_bounds
))
429
Rect oldClusterBounds = home.
m_bounds
;
433
if (!clusterBoundsChanged && oldClusterBounds != home.
m_bounds
)
451
if (transparentCluster[i].
m_bounds
.IntersectsWith(transparentCluster[j].
m_bounds
))
485
return
m_bounds
;