Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkOpSegment.h449 mutable SkScalar fDebugLastMin; // if > 0, the last t -- next t val - base has same sign variable
DSkPathOpsDebug.cpp1130 fDebugLastMin = SkTMin(t, fDebugLastMin); in debugSetCoinT()
1134 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()
1135 SkASSERT((t - fDebugBaseMin > 0) == (fDebugLastMin - fDebugBaseMin > 0)); in debugSetCoinT()
2368 fDebugLastMin = 1; in debugResetCoinT()
/third_party/skia/src/pathops/
DSkOpSegment.h449 mutable SkScalar fDebugLastMin; // if > 0, the last t -- next t val - base has same sign variable
DSkPathOpsDebug.cpp1108 fDebugLastMin = std::min(t, fDebugLastMin); in debugSetCoinT()
1112 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()
1113 SkASSERT((t - fDebugBaseMin > 0) == (fDebugLastMin - fDebugBaseMin > 0)); in debugSetCoinT()
2346 fDebugLastMin = 1; in debugResetCoinT()