Home
last modified time | relevance | path

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

/external/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()
/external/skia/src/gpu/
DGrSurfaceDrawContext.cpp1192 SkRect outsetRect = rrect.rect().makeOutset(ambientPathOutset, ambientPathOutset); in drawFastShadow() local
1196 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1199 ambientRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()
1303 SkRect outsetRect = spotShadowRRect.rect().makeOutset(blurOutset, blurOutset); in drawFastShadow() local
1305 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1308 spotShadowRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1216 SkRect outsetRect = rrect.rect().makeOutset(ambientPathOutset, ambientPathOutset); in drawFastShadow() local
1220 ambientRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1223 ambientRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()
1319 SkRect outsetRect = spotShadowRRect.rect().makeOutset(blurOutset, blurOutset); in drawFastShadow() local
1321 spotShadowRRect = SkRRect::MakeOval(outsetRect); in drawFastShadow()
1324 spotShadowRRect = SkRRect::MakeRectXY(outsetRect, outsetRad, outsetRad); in drawFastShadow()