Home
last modified time | relevance | path

Searched refs:startRow (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DSwizzlerTest.cpp16 uint32_t startRow, in check_fill()
33 uint8_t* imageStart = imageData + rowBytes * startRow; in check_fill()
34 const SkImageInfo fillInfo = imageInfo.makeWH(imageInfo.width(), endRow - startRow + 1); in check_fill()
39 uint8_t* indexPtr = imageData + startRow * rowBytes; in check_fill()
43 for (uint32_t y = startRow; y <= endRow; y++) { in check_fill()
100 for (uint32_t startRow = 0; startRow < height; startRow++) { in DEF_TEST()
101 for (uint32_t endRow = startRow; endRow < height; endRow++) { in DEF_TEST()
104 check_fill(r, colorInfo, startRow, endRo 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
[all...]
/third_party/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp639 int startRow = (int)paddedBB.fTop; in calculate_distance_field_data() local
644 SkASSERT((startRow >= 0) && "StartRow < 0!"); in calculate_distance_field_data()
650 startRow = std::max(startRow, 0); in calculate_distance_field_data()
654 for (int row = startRow; row < endRow; ++row) { in calculate_distance_field_data()

Completed in 3 milliseconds