Searched defs:stop_y (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkScan_Path.cpp98 SkBlitter* blitter, int start_y, int stop_y,
182 if (curr_y >= stop_y) {
211 SkBlitter* blitter, int start_y, int stop_y,
230 SkASSERT(leftE->fFirstY <= stop_y);
231 SkASSERT(riteE->fFirstY <= stop_y);
239 local_bot = SkMin32(local_bot, stop_y - 1);
277 if (currE->fFirstY >= stop_y) {
284 if (currE->fFirstY >= stop_y) {
296 if (local_top >= stop_y) {
396 int start_y, int stop_y, in
97 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
210 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
395 sk_fill_path(const SkPath& path, const SkIRect& clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) argument
722 int stop_y = ir.fBottom; local
[all...]
/external/skqp/src/core/
H A DSkScan_Path.cpp97 SkBlitter* blitter, int start_y, int stop_y,
181 if (curr_y >= stop_y) {
210 SkBlitter* blitter, int start_y, int stop_y,
229 SkASSERT(leftE->fFirstY <= stop_y);
230 SkASSERT(riteE->fFirstY <= stop_y);
238 local_bot = SkMin32(local_bot, stop_y - 1);
272 if (currE->fFirstY >= stop_y) {
279 if (currE->fFirstY >= stop_y) {
291 if (local_top >= stop_y) {
391 int start_y, int stop_y, in
96 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
209 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
390 sk_fill_path(const SkPath& path, const SkIRect& clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) argument
743 int stop_y = ir.fBottom; local
[all...]
/external/ImageMagick/MagickCore/
H A Ddraw.c3996 stop_y,
4057 stop_y=(ssize_t) floor(bounds.y2+0.5);
4062 for (y=start_y; y <= stop_y; y++)
4120 stop_y=(ssize_t) floor(bounds.y2+0.5);
4125 for (y=start_y; y <= stop_y; y++)
3977 stop_y, local

Completed in 170 milliseconds