Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdgeClipper.cpp206 int countY = SkChopQuadAtYExtrema(srcPts, monoY); in clipQuad() local
207 for (int y = 0; y <= countY; y++) { in clipQuad()
414 int countY = SkChopCubicAtYExtrema(srcPts, monoY); in clipCubic() local
415 for (int y = 0; y <= countY; y++) { in clipCubic()
/external/chromium_org/third_party/skia/src/core/
DSkEdgeClipper.cpp206 int countY = SkChopQuadAtYExtrema(srcPts, monoY); in clipQuad() local
207 for (int y = 0; y <= countY; y++) { in clipQuad()
414 int countY = SkChopCubicAtYExtrema(srcPts, monoY); in clipCubic() local
415 for (int y = 0; y <= countY; y++) { in clipCubic()