Lines Matching refs:startRow
20 uint32_t startRow, in check_fill() argument
38 uint8_t* imageStart = imageData + rowBytes * startRow; in check_fill()
39 const SkImageInfo fillInfo = imageInfo.makeWH(imageInfo.width(), endRow - startRow + 1); in check_fill()
44 uint8_t* indexPtr = imageData + startRow * rowBytes; in check_fill()
48 for (uint32_t y = startRow; y <= endRow; y++) { in check_fill()
109 for (uint32_t startRow = 0; startRow < height; startRow++) { in DEF_TEST() local
110 for (uint32_t endRow = startRow; endRow < height; endRow++) { in DEF_TEST()
113 check_fill(r, colorInfo, startRow, endRow, colorRowBytes, offset, in DEF_TEST()
115 check_fill(r, indexInfo, startRow, endRow, indexRowBytes, offset, in DEF_TEST()
117 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset, in DEF_TEST()
119 check_fill(r, color565Info, startRow, endRow, color565RowBytes, offset, in DEF_TEST()