Home | History | Annotate | Download | only in tests

Lines Matching full:startrow

17                        uint32_t startRow,
36 uint8_t* imageStart = imageData + rowBytes * startRow;
39 SkSwizzler::Fill(imageStart, imageInfo, rowBytes, endRow - startRow + 1, colorOrIndex,
44 uint8_t* indexPtr = imageData + startRow * rowBytes;
47 for (uint32_t y = startRow; y <= endRow; y++) {
110 for (uint32_t startRow = 0; startRow < height; startRow++) {
111 for (uint32_t endRow = startRow; endRow < height; endRow++) {
114 check_fill(r, colorInfo, startRow, endRow, colorRowBytes, offset,
118 check_fill(r, colorInfo, startRow, endRow, colorRowBytes, offset,
122 check_fill(r, indexInfo, startRow, endRow, indexRowBytes, offset,
126 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset,