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
1129 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()