Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1122 fDebugBaseMin = SkTMin(t, fDebugBaseMin); in debugSetCoinT()
1126 SkASSERT(fDebugBaseMin >= t || t >= fDebugBaseMax); in debugSetCoinT()
1134 SkASSERT((t - fDebugBaseMin > 0) == (fDebugLastMin - fDebugBaseMin > 0)); in debugSetCoinT()
2353 fDebugBaseMin = 1; in debugResetCoinT()
DSkOpSegment.h446 mutable SkScalar fDebugBaseMin; // if > 0, the 1st t value in this seg vis-a-vis the ref seg variable
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp1122 fDebugBaseMin = SkTMin(t, fDebugBaseMin); in debugSetCoinT()
1126 SkASSERT(fDebugBaseMin >= t || t >= fDebugBaseMax); in debugSetCoinT()
1134 SkASSERT((t - fDebugBaseMin > 0) == (fDebugLastMin - fDebugBaseMin > 0)); in debugSetCoinT()
2353 fDebugBaseMin = 1; in debugResetCoinT()
DSkOpSegment.h446 mutable SkScalar fDebugBaseMin; // if > 0, the 1st t value in this seg vis-a-vis the ref seg variable