2 writes to _costing
ReachFramework (2)
AlphaFlattener\DrawingContext.cs (2)
575
_costing
= true;
580
_costing
= false;
13 references to _costing
ReachFramework (13)
AlphaFlattener\DrawingContext.cs (13)
262
if (
_costing
)
335
if (
_costing
&& (_cost > 0))
344
if (!
_costing
)
385
if (
_costing
)
450
if (
_costing
&& (_cost > 0))
459
if (!
_costing
)
599
Debug.Assert(!
_costing
, "in costing mode DrawImage");
699
if (!
_costing
&& (clip != null))
723
if (
_costing
)
772
if (
_costing
)
822
if (!
_costing
&& (clip != null))
830
if (
_costing
)
929
Debug.Assert(!
_costing
, "in costing mode DrawyGlyphs");