9 references to RasterizationCost
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
1123
cost = Configuration.
RasterizationCost
(
1133
cost = Configuration.
RasterizationCost
(size.Width, size.Height);
AlphaFlattener\DrawingContext.cs (3)
577
_cost = - Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
656
return 512 + Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
665
return 512 + Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
AlphaFlattener\Optimizer.cs (2)
305
double diff = - Configuration.
RasterizationCost
(m_bounds.Width, m_bounds.Height);
371
diff += Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
AlphaFlattener\Primitive.cs (2)
874
double primitiveRasterizeCost = Configuration.
RasterizationCost
(
1972
return Configuration.
RasterizationCost
(bounds.Width, bounds.Height);