Home | History | Annotate | Download | only in core

Lines Matching defs:row

64     /// Widest row of region to be blitted, in destination coordinates.
66 /// Leftmost x coordinate in any row, in destination coordinates.
68 /// Leftmost x coordinate in any row, in supersampled coordinates.
114 /// Once fRuns contains a complete supersampled row, flush() blits
118 /// Blits a row of pixels, with location and width specified
291 // directly to the destintion canvas one row per SCALE supersampled rows.
531 uint8_t* row = fMask.fImage + iy * fMask.fRowBytes + (x >> SHIFT);
543 SkASSERT(row >= fMask.fImage);
544 SkASSERT(row < fMask.fImage + kMAX_STORAGE + 1);
545 row, coverage_to_partial_alpha(fe - fb));
548 SkASSERT(row >= fMask.fImage);
549 SkASSERT(row + n + 1 < fMask.fImage + kMAX_STORAGE + 1);
550 add_aa_span(row, coverage_to_partial_alpha(fb),