Searched refs:spotShadowRRect (Results 1 – 2 of 2) sorted by relevance
1250 SkRRect spotShadowRRect; in drawFastShadow() local1253 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()1254 SkScalar spotRadius = spotShadowRRect.getSimpleRadii().fX; in drawFastShadow()1261 insetWidth += spotShadowRRect.width(); in drawFastShadow()1278 maxOffset = std::max(std::max(SkTAbs(spotShadowRRect.rect().fLeft - in drawFastShadow()1280 SkTAbs(spotShadowRRect.rect().fTop - in drawFastShadow()1282 std::max(SkTAbs(spotShadowRRect.rect().fRight - in drawFastShadow()1284 SkTAbs(spotShadowRRect.rect().fBottom - in drawFastShadow()1288 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft - in drawFastShadow()1290 spotShadowRRect.rect().fTop - in drawFastShadow()[all …]
1266 SkRRect spotShadowRRect; in drawFastShadow() local1269 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()1270 SkScalar spotRadius = SkRRectPriv::GetSimpleRadii(spotShadowRRect).fX; in drawFastShadow()1277 insetWidth += spotShadowRRect.width(); in drawFastShadow()1294 maxOffset = SkTMax(SkTMax(SkTAbs(spotShadowRRect.rect().fLeft - in drawFastShadow()1296 SkTAbs(spotShadowRRect.rect().fTop - in drawFastShadow()1298 SkTMax(SkTAbs(spotShadowRRect.rect().fRight - in drawFastShadow()1300 SkTAbs(spotShadowRRect.rect().fBottom - in drawFastShadow()1304 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft - in drawFastShadow()1306 spotShadowRRect.rect().fTop - in drawFastShadow()[all …]