Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkOpSegment.h450 mutable SkScalar fDebugLastMax; variable
DSkPathOpsDebug.cpp1128 if (fDebugLastMax < 0 || fDebugLastIndex == index) { in debugSetCoinT()
1131 fDebugLastMax = SkTMax(t, fDebugLastMax); in debugSetCoinT()
1134 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()
2369 fDebugLastMax = -1; in debugResetCoinT()
/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()