Home
last modified time | relevance | path

Searched refs:outsetRect (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Dcrbug_1174354.cpp19 auto outsetRect = SkRect::Make(rect).makeOutset(10, 10); in draw_bg_blur() local
20 canvas->saveLayer(outsetRect, nullptr); in draw_bg_blur()
40 rec.fBounds = &outsetRect; in draw_bg_blur()
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1191 SkRect outsetRect = rrect.rect().makeOutset(ambientPathOutset, ambientPathOutset); in drawFastShadow() local
1195 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1198 ambientRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()
1302 SkRect outsetRect = spotShadowRRect.rect().makeOutset(blurOutset, blurOutset); in drawFastShadow() local
1304 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1307 spotShadowRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()

Completed in 4 milliseconds