Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkOpSegment.h447 mutable SkScalar fDebugBaseMax; variable
DSkPathOpsDebug.cpp1121 if (fDebugBaseMax < 0 || fDebugBaseIndex == index) { in debugSetCoinT()
1124 fDebugBaseMax = SkTMax(t, fDebugBaseMax); in debugSetCoinT()
1127 SkASSERT(fDebugBaseMin >= t || t >= fDebugBaseMax); in debugSetCoinT()
2366 fDebugBaseMax = -1; in debugResetCoinT()
/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()