Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpSegment.h449 mutable SkScalar fDebugLastMin; // if > 0, the last t -- next t val - base has same sign variable
DSkPathOpsDebug.cpp1129 fDebugLastMin = SkTMin(t, fDebugLastMin); in debugSetCoinT()
1133 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()
1134 SkASSERT((t - fDebugBaseMin > 0) == (fDebugLastMin - fDebugBaseMin > 0)); in debugSetCoinT()
2356 fDebugLastMin = 1; in debugResetCoinT()
/external/skia/src/pathops/
DSkOpSegment.h449 mutable SkScalar fDebugLastMin; // if > 0, the last t -- next t val - base has same sign variable
DSkPathOpsDebug.cpp1129 fDebugLastMin = SkTMin(t, fDebugLastMin); in debugSetCoinT()
1133 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()
1134 SkASSERT((t - fDebugBaseMin > 0) == (fDebugLastMin - fDebugBaseMin > 0)); in debugSetCoinT()
2356 fDebugLastMin = 1; in debugResetCoinT()