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