Searched refs:spotShadowRRect (Results 1 – 1 of 1) sorted by relevance
1083 SkRRect spotShadowRRect; in drawFastShadow() local1086 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()1087 SkScalar spotRadius = spotShadowRRect.getSimpleRadii().fX; in drawFastShadow()1094 insetWidth += spotShadowRRect.width(); in drawFastShadow()1111 maxOffset = SkTMax(SkTMax(SkTAbs(spotShadowRRect.rect().fLeft - in drawFastShadow()1113 SkTAbs(spotShadowRRect.rect().fTop - in drawFastShadow()1115 SkTMax(SkTAbs(spotShadowRRect.rect().fRight - in drawFastShadow()1117 SkTAbs(spotShadowRRect.rect().fBottom - in drawFastShadow()1121 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft - in drawFastShadow()1123 spotShadowRRect.rect().fTop - in drawFastShadow()[all …]