Home
last modified time | relevance | path

Searched refs:fDebugBaseMax (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.h458 mutable SkScalar fDebugBaseMax; variable
DSkPathOpsDebug.cpp1103 if (fDebugBaseMax < 0 || fDebugBaseIndex == index) { in debugSetCoinT()
1106 fDebugBaseMax = std::max(t, fDebugBaseMax); in debugSetCoinT()
1109 SkASSERT(fDebugBaseMin >= t || t >= fDebugBaseMax); in debugSetCoinT()
2326 fDebugBaseMax = -1; in debugResetCoinT()