1 write to m_bounds
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
34
m_bounds
= Rect.Empty;
18 references to m_bounds
ReachFramework (18)
AlphaFlattener\Optimizer.cs (18)
47
int width = (int)Math.Round(
m_bounds
.Width * Configuration.RasterizationDPI / 96);
48
int height = (int)Math.Round(
m_bounds
.Height * Configuration.RasterizationDPI / 96);
52
Matrix mat = Utility.CreateMappingTransform(
m_bounds
, width, height);
115
dc.DrawImage(new ImageProxy(brushImage),
m_bounds
, clip, Matrix.Identity);
182
if (primitive.GetClippedBounds().IntersectsWith(cluster.
m_bounds
) &&
261
m_bounds
.Union(bounds);
285
m_bounds
.Union(c.
m_bounds
);
303
double clustersize =
m_bounds
.Width *
m_bounds
.Height;
305
double diff = - Configuration.RasterizationCost(
m_bounds
.Width,
m_bounds
.Height);
413
if (disjoint || bounds.IntersectsWith(c.
m_bounds
))
426
Rect oldClusterBounds = home.
m_bounds
;
430
if (!clusterBoundsChanged && oldClusterBounds != home.
m_bounds
)
448
if (transparentCluster[i].
m_bounds
.IntersectsWith(transparentCluster[j].
m_bounds
))
482
return
m_bounds
;