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