Lines Matching defs:startRow
16 uint32_t startRow,
33 uint8_t* imageStart = imageData + rowBytes * startRow;
34 const SkImageInfo fillInfo = imageInfo.makeWH(imageInfo.width(), endRow - startRow + 1);
39 uint8_t* indexPtr = imageData + startRow * rowBytes;
43 for (uint32_t y = startRow; y <= endRow; y++) {
100 for (uint32_t startRow = 0; startRow < height; startRow++) {
101 for (uint32_t endRow = startRow; endRow < height; endRow++) {
104 check_fill(r, colorInfo, startRow, endRow, colorRowBytes, offset);
105 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset);
106 check_fill(r, color565Info, startRow, endRow, color565RowBytes, offset);