Searched refs:fastBound (Results 1 – 1 of 1) sorted by relevance
197 const SkRect& fastBound = p.computeFastBounds(r, &storage); in draw_geom_with_paint() local200 canvas->clipRect(fastBound); in draw_geom_with_paint()205 canvas->drawRect(fastBound, blueStroked); in draw_geom_with_paint()228 const SkRect& fastBound = p.computeFastBounds(bounds, &storage); in draw_savelayer_with_paint() local230 canvas->saveLayer(&fastBound, &p); in draw_savelayer_with_paint()234 canvas->drawRect(fastBound, blueStroked); in draw_savelayer_with_paint()