Searched refs:endRow (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | SwizzlerTest.cpp | 17 uint32_t endRow, in check_fill() 34 const SkImageInfo fillInfo = imageInfo.makeWH(imageInfo.width(), endRow - startRow + 1); in check_fill() 43 for (uint32_t y = startRow; y <= endRow; y++) { in check_fill() 101 for (uint32_t endRow = startRow; endRow < height; endRow++) { in DEF_TEST() 104 check_fill(r, colorInfo, startRow, endRow, colorRowBytes, offset); in DEF_TEST() 105 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset); in DEF_TEST() 106 check_fill(r, color565Info, startRow, endRow, color565RowBytes, offset); in DEF_TEST() 14 check_fill(skiatest::Reporter* r, const SkImageInfo& imageInfo, uint32_t startRow, uint32_t endRow, size_t rowBytes, uint32_t offset) check_fill() argument
|
/third_party/skia/src/gpu/ |
H A D | GrDistanceFieldGenFromVector.cpp | 640 int endRow = SkScalarCeilToInt(paddedBB.fBottom); in calculate_distance_field_data() local 645 SkASSERT((endRow <= height) && "EndRow > height!"); in calculate_distance_field_data() 651 endRow = std::min(endRow, height); in calculate_distance_field_data() 654 for (int row = startRow; row < endRow; ++row) { in calculate_distance_field_data()
|
Completed in 3 milliseconds