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