Home | History | Annotate | Download | only in pathops

Lines Matching refs:fDebugLastMax

1127     if (fDebugLastMax < 0 || fDebugLastIndex == index) {
1130 fDebugLastMax = SkTMax(t, fDebugLastMax);
1133 SkASSERT(fDebugLastMin >= t || t >= fDebugLastMax);
2357 fDebugLastMax = -1;