9 references to RasterizationCost
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
1122
cost = Configuration.
RasterizationCost
(
1132
cost = Configuration.
RasterizationCost
(size.Width, size.Height);
AlphaFlattener\DrawingContext.cs (3)
576
_cost = - Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
655
return 512 + Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
664
return 512 + Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
AlphaFlattener\Optimizer.cs (2)
304
double diff = - Configuration.
RasterizationCost
(m_bounds.Width, m_bounds.Height);
370
diff += Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
AlphaFlattener\Primitive.cs (2)
873
double primitiveRasterizeCost = Configuration.
RasterizationCost
(
1971
return Configuration.
RasterizationCost
(bounds.Width, bounds.Height);