Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Path.cpp96 SkBlitter* blitter, int start_y, int stop_y, in walk_edges() argument
180 if (curr_y >= stop_y) { in walk_edges()
209 SkBlitter* blitter, int start_y, int stop_y, in walk_convex_edges() argument
228 SkASSERT(leftE->fFirstY <= stop_y); in walk_convex_edges()
229 SkASSERT(riteE->fFirstY <= stop_y); in walk_convex_edges()
237 local_bot = SkMin32(local_bot, stop_y - 1); in walk_convex_edges()
271 if (currE->fFirstY >= stop_y) { in walk_convex_edges()
278 if (currE->fFirstY >= stop_y) { in walk_convex_edges()
290 if (local_top >= stop_y) { in walk_convex_edges()
390 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) { in sk_fill_path() argument
[all …]
DSkScan_AAAPath.cpp958 static inline bool isSmoothEnough(SkAnalyticEdge* thisEdge, SkAnalyticEdge* nextEdge, int stop_y) { in isSmoothEnough() argument
981 SkAnalyticEdge* currE, int stop_y) { in isSmoothEnough() argument
982 if (currE->fUpperY >= stop_y << 16) { in isSmoothEnough()
986 return isSmoothEnough(leftE, currE, stop_y); // Only leftE is changing in isSmoothEnough()
988 return isSmoothEnough(riteE, currE, stop_y); // Only riteE is changing in isSmoothEnough()
993 if (nextCurrE->fUpperY >= stop_y << 16) { // Check if we're at the end in isSmoothEnough()
999 return isSmoothEnough(leftE, currE, stop_y) && isSmoothEnough(riteE, nextCurrE, stop_y); in isSmoothEnough()
1003 AdditiveBlitter* blitter, int start_y, int stop_y, SkFixed leftBound, SkFixed riteBound, in aaa_walk_convex_edges() argument
1023 if (SkFixedFloorToInt(currE->fUpperY) >= stop_y) { in aaa_walk_convex_edges()
1032 if (SkFixedFloorToInt(currE->fUpperY) >= stop_y) { in aaa_walk_convex_edges()
[all …]
DSkScan_AntiPath.cpp313 int stop_y = (y + height) >> SHIFT; in blitRect() local
314 int count = stop_y - start_y; in blitRect()
377 fCurrIY = stop_y - 1; in blitRect()
DSkScanPriv.h35 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
/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()