1 write to m_bounds
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
33
m_bounds
= Rect.Empty;
18 references to m_bounds
ReachFramework (18)
AlphaFlattener\Optimizer.cs (18)
46
int width = (int)Math.Round(
m_bounds
.Width * Configuration.RasterizationDPI / 96);
47
int height = (int)Math.Round(
m_bounds
.Height * Configuration.RasterizationDPI / 96);
51
Matrix mat = Utility.CreateMappingTransform(
m_bounds
, width, height);
114
dc.DrawImage(new ImageProxy(brushImage),
m_bounds
, clip, Matrix.Identity);
181
if (primitive.GetClippedBounds().IntersectsWith(cluster.
m_bounds
) &&
260
m_bounds
.Union(bounds);
284
m_bounds
.Union(c.
m_bounds
);
302
double clustersize =
m_bounds
.Width *
m_bounds
.Height;
304
double diff = - Configuration.RasterizationCost(
m_bounds
.Width,
m_bounds
.Height);
412
if (disjoint || bounds.IntersectsWith(c.
m_bounds
))
425
Rect oldClusterBounds = home.
m_bounds
;
429
if (!clusterBoundsChanged && oldClusterBounds != home.
m_bounds
)
447
if (transparentCluster[i].
m_bounds
.IntersectsWith(transparentCluster[j].
m_bounds
))
481
return
m_bounds
;