Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpSegment.h450 mutable SkScalar fDebugLastMax; variable
DSkPathOpsDebug.cpp1106 if (fDebugLastMax < 0 || fDebugLastIndex == index) { in debugSetCoinT()
1109 fDebugLastMax = std::max(t, fDebugLastMax); in debugSetCoinT()
1112 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()
2347 fDebugLastMax = -1; in debugResetCoinT()