Searched refs:fastBound (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/gm/ |
D | filterfastbounds.cpp | 189 const SkRect& fastBound = p.computeFastBounds(r, &storage); in draw_geom_with_paint() local 192 canvas->clipRect(fastBound); in draw_geom_with_paint() 197 canvas->drawRect(fastBound, blueStroked); in draw_geom_with_paint() 220 const SkRect& fastBound = p.computeFastBounds(bounds, &storage); in draw_savelayer_with_paint() local 222 canvas->saveLayer(&fastBound, &p); in draw_savelayer_with_paint() 226 canvas->drawRect(fastBound, blueStroked); in draw_savelayer_with_paint()
|
/third_party/flutter/skia/gm/ |
D | filterfastbounds.cpp | 192 const SkRect& fastBound = p.computeFastBounds(r, &storage); in draw_geom_with_paint() local 195 canvas->clipRect(fastBound); in draw_geom_with_paint() 200 canvas->drawRect(fastBound, blueStroked); in draw_geom_with_paint() 223 const SkRect& fastBound = p.computeFastBounds(bounds, &storage); in draw_savelayer_with_paint() local 225 canvas->saveLayer(&fastBound, &p); in draw_savelayer_with_paint() 229 canvas->drawRect(fastBound, blueStroked); in draw_savelayer_with_paint()
|