9 references to RasterizationCost
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
1129
cost = Configuration.
RasterizationCost
(
1139
cost = Configuration.
RasterizationCost
(size.Width, size.Height);
AlphaFlattener\DrawingContext.cs (3)
579
_cost = - Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
658
return 512 + Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
667
return 512 + Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
AlphaFlattener\Optimizer.cs (2)
308
double diff = - Configuration.
RasterizationCost
(m_bounds.Width, m_bounds.Height);
374
diff += Configuration.
RasterizationCost
(bounds.Width, bounds.Height);
AlphaFlattener\Primitive.cs (2)
875
double primitiveRasterizeCost = Configuration.
RasterizationCost
(
1971
return Configuration.
RasterizationCost
(bounds.Width, bounds.Height);