Home | History | Annotate | Download | only in core

Lines Matching defs:x0

286     int x0 = left;
293 SkASSERT(x0 < x1);
294 if (x0 < fClipRect.fLeft) {
295 int dx = fClipRect.fLeft - x0;
299 x0 = fClipRect.fLeft;
302 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
305 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0);
306 ((int16_t*)runs)[x1 - x0] = 0;
309 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
310 SkASSERT(compute_anti_width(runs) == x1 - x0);
312 fBlitter->blitAntiH(x0, y, aa, runs);