Home
last modified time | relevance | path

Searched refs:stop_y (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkScan_Path.cpp132 SkBlitter* blitter, int start_y, int stop_y, in walk_edges() argument
216 if (curr_y >= stop_y) { in walk_edges()
245 SkBlitter* blitter, int start_y, int stop_y, in walk_convex_edges() argument
264 SkASSERT(leftE->fFirstY <= stop_y); in walk_convex_edges()
265 SkASSERT(riteE->fFirstY <= stop_y); in walk_convex_edges()
273 local_bot = SkMin32(local_bot, stop_y - 1); in walk_convex_edges()
307 if (currE->fFirstY >= stop_y) { in walk_convex_edges()
314 if (currE->fFirstY >= stop_y) { in walk_convex_edges()
326 if (local_top >= stop_y) { in walk_convex_edges()
430 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) { in sk_fill_path() argument
[all …]
DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
DSkScan_AntiPath.cpp314 int stop_y = (y + height) >> SHIFT; in blitRect() local
315 int count = stop_y - start_y; in blitRect()
379 fCurrIY = stop_y - 1; in blitRect()
/external/ImageMagick/MagickCore/
Ddraw.c3977 stop_y, in DrawPolygonPrimitive() local
4038 stop_y=(ssize_t) floor(bounds.y2+0.5); in DrawPolygonPrimitive()
4043 for (y=start_y; y <= stop_y; y++) in DrawPolygonPrimitive()
4101 stop_y=(ssize_t) floor(bounds.y2+0.5); in DrawPolygonPrimitive()
4106 for (y=start_y; y <= stop_y; y++) in DrawPolygonPrimitive()