Home
last modified time | relevance | path

Searched refs:countY (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkEdgeClipper.cpp228 int countY = SkChopQuadAtYExtrema(srcPts, monoY); in clipQuad() local
229 for (int y = 0; y <= countY; y++) { in clipQuad()
432 int countY = SkChopCubicAtYExtrema(srcPts, monoY); in clipCubic() local
433 for (int y = 0; y <= countY; y++) { in clipCubic()
/third_party/skia/src/core/
DSkEdgeClipper.cpp230 int countY = SkChopQuadAtYExtrema(srcPts, monoY); in clipQuad() local
231 for (int y = 0; y <= countY; y++) { in clipQuad()
434 int countY = SkChopCubicAtYExtrema(srcPts, monoY); in clipCubic() local
435 for (int y = 0; y <= countY; y++) { in clipCubic()