Home | History | Annotate | Download | only in core

Lines Matching defs:start_y

96                        SkBlitter* blitter, int start_y, int stop_y,
100 int curr_y = start_y;
209 SkBlitter* blitter, int start_y, int stop_y,
225 SkASSERT(local_top >= start_y);
390 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) {
407 * our top (start_y) and will draw below our bottom (stop_y). Thus
412 if (rect.fTop < start_y) {
413 rect.fTop = start_y;
445 start_y = SkLeftShift(start_y, shiftEdgesUp);
447 if (!pathContainedInClip && start_y < shiftedClip.fTop) {
448 start_y = shiftedClip.fTop;
465 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, nullptr);
467 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc,
736 int start_y = ir.fTop;
737 if (clipRect && start_y < clipRect->fTop) {
738 start_y = clipRect->fTop;
740 walk_convex_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, nullptr);
741 // walk_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, nullptr);