Home | History | Annotate | Download | only in core

Lines Matching refs:start_y

100                        SkBlitter* blitter, int start_y, int stop_y,
104 int curr_y = start_y;
213 SkBlitter* blitter, int start_y, int stop_y,
229 SkASSERT(local_top >= start_y);
398 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) {
415 * our top (start_y) and will draw below our bottom (stop_y). Thus
420 if (rect.fTop < start_y) {
421 rect.fTop = start_y;
453 start_y <<= shiftEdgesUp;
455 if (clipRect && start_y < clipRect->fTop) {
456 start_y = clipRect->fTop;
473 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL);
482 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc, rightEdge);
672 int start_y = ir.fTop;
673 if (clipRect && start_y < clipRect->fTop) {
674 start_y = clipRect->fTop;
676 walk_convex_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, NULL);
677 // walk_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, NULL);