Lines Matching defs:x1
299 int x1 = left + compute_anti_width(runs);
301 if (x1 <= fClipRect.fLeft) {
305 SkASSERT(x0 < x1);
314 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
315 if (x1 > fClipRect.fRight) {
316 x1 = fClipRect.fRight;
317 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0);
318 ((int16_t*)runs)[x1 - x0] = 0;
321 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
322 SkASSERT(compute_anti_width(runs) == x1 - x0);