Home | History | Annotate | Download | only in core

Lines Matching full:start_y

115                        SkBlitter* blitter, int start_y, int stop_y,
119 int curr_y = start_y;
220 SkBlitter* blitter, int start_y, int stop_y,
236 SkASSERT(local_top >= start_y);
433 int start_y, int stop_y, int shiftEdgesUp,
446 * our top (start_y) and will draw below our bottom (stop_y). Thus
451 if (rect.fTop < start_y) {
452 rect.fTop = start_y;
485 start_y <<= shiftEdgesUp;
487 if (clipRect && start_y < clipRect->fTop) {
488 start_y = clipRect->fTop;
504 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL);
506 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc);
696 int start_y = ir.fTop;
697 if (clipRect && start_y < clipRect->fTop) {
698 start_y = clipRect->fTop;
700 walk_convex_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, NULL);
701 // walk_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, NULL);