Searched refs:spotShadowRRect (Results 1 – 2 of 2) sorted by relevance
1247 SkRRect spotShadowRRect; in drawFastShadow() local1250 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()1251 SkScalar spotRadius = spotShadowRRect.getSimpleRadii().fX; in drawFastShadow()1258 insetWidth += spotShadowRRect.width(); in drawFastShadow()1275 maxOffset = std::max(std::max(SkTAbs(spotShadowRRect.rect().fLeft - in drawFastShadow()1277 SkTAbs(spotShadowRRect.rect().fTop - in drawFastShadow()1279 std::max(SkTAbs(spotShadowRRect.rect().fRight - in drawFastShadow()1281 SkTAbs(spotShadowRRect.rect().fBottom - in drawFastShadow()1285 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft - in drawFastShadow()1287 spotShadowRRect.rect().fTop - in drawFastShadow()[all …]
1205 SkRRect spotShadowRRect; in drawFastShadow() local1208 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()1209 SkScalar spotRadius = SkRRectPriv::GetSimpleRadii(spotShadowRRect).fX; in drawFastShadow()1216 insetWidth += spotShadowRRect.width(); in drawFastShadow()1233 maxOffset = SkTMax(SkTMax(SkTAbs(spotShadowRRect.rect().fLeft - in drawFastShadow()1235 SkTAbs(spotShadowRRect.rect().fTop - in drawFastShadow()1237 SkTMax(SkTAbs(spotShadowRRect.rect().fRight - in drawFastShadow()1239 SkTAbs(spotShadowRRect.rect().fBottom - in drawFastShadow()1243 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft - in drawFastShadow()1245 spotShadowRRect.rect().fTop - in drawFastShadow()[all …]