Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpSegment.h447 mutable SkScalar fDebugBaseMax; variable
DSkPathOpsDebug.cpp1099 if (fDebugBaseMax < 0 || fDebugBaseIndex == index) { in debugSetCoinT()
1102 fDebugBaseMax = std::max(t, fDebugBaseMax); in debugSetCoinT()
1105 SkASSERT(fDebugBaseMin >= t || t >= fDebugBaseMax); in debugSetCoinT()
2344 fDebugBaseMax = -1; in debugResetCoinT()