2 writes to _costing
ReachFramework (2)
AlphaFlattener\DrawingContext.cs (2)
576
_costing
= true;
581
_costing
= false;
13 references to _costing
ReachFramework (13)
AlphaFlattener\DrawingContext.cs (13)
263
if (
_costing
)
336
if (
_costing
&& (_cost > 0))
345
if (!
_costing
)
386
if (
_costing
)
451
if (
_costing
&& (_cost > 0))
460
if (!
_costing
)
600
Debug.Assert(!
_costing
, "in costing mode DrawImage");
700
if (!
_costing
&& (clip != null))
724
if (
_costing
)
773
if (
_costing
)
823
if (!
_costing
&& (clip != null))
831
if (
_costing
)
930
Debug.Assert(!
_costing
, "in costing mode DrawyGlyphs");