Home
last modified time | relevance | path

Searched refs:outsetRect (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/gm/
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/
DSurfaceDrawContext.cpp1189 SkRect outsetRect = rrect.rect().makeOutset(ambientPathOutset, ambientPathOutset); in drawFastShadow() local
1193 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1196 ambientRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()
1300 SkRect outsetRect = spotShadowRRect.rect().makeOutset(blurOutset, blurOutset); in drawFastShadow() local
1302 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1305 spotShadowRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1154 SkRect outsetRect = rrect.rect().makeOutset(ambientPathOutset, ambientPathOutset); in drawFastShadow() local
1158 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1161 ambientRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()
1258 SkRect outsetRect = spotShadowRRect.rect().makeOutset(blurOutset, blurOutset); in drawFastShadow() local
1260 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1263 spotShadowRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()