Lines Matching defs:row
175 // Set the row
176 uint32_t row = this->getDstRow(y, dstInfo.height());
183 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes);
188 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes);
209 // Set the row
210 uint32_t row = this->getDstRow(y, dstInfo.height());
216 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes);
221 SkPMColor* dstRow = SkTAddOffset<SkPMColor>(dst, row * (int) dstRowBytes);
226 uint16_t* dstRow = SkTAddOffset<uint16_t>(dst, row * (int) dstRowBytes);
277 * RLE decoding is performed all at once, rather than a one row at a time
336 // Use the original width to count the number of pixels in each row.
353 // If we have reached a row that is beyond the requested height, we have