Searched refs:fDebugLastMax (Results 1 – 4 of 4) sorted by relevance
450 mutable SkScalar fDebugLastMax; variable
1128 if (fDebugLastMax < 0 || fDebugLastIndex == index) { in debugSetCoinT()1131 fDebugLastMax = SkTMax(t, fDebugLastMax); in debugSetCoinT()1134 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()2369 fDebugLastMax = -1; in debugResetCoinT()
1106 if (fDebugLastMax < 0 || fDebugLastIndex == index) { in debugSetCoinT()1109 fDebugLastMax = std::max(t, fDebugLastMax); in debugSetCoinT()1112 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax); in debugSetCoinT()2347 fDebugLastMax = -1; in debugResetCoinT()