Searched refs:fDebugLastMin (Results 1 – 4 of 4) sorted by relevance
449 mutable SkScalar fDebugLastMin; // if > 0, the last t -- next t val - base has same sign variable
1130 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()
1108 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()