Searched refs:spotShadowRRect (Results 1 – 1 of 1) sorted by relevance
1248 SkRRect spotShadowRRect; in drawFastShadow() local1251 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()1252 SkScalar spotRadius = spotShadowRRect.getSimpleRadii().fX; in drawFastShadow()1259 insetWidth += spotShadowRRect.width(); in drawFastShadow()1276 maxOffset = std::max(std::max(SkTAbs(spotShadowRRect.rect().fLeft - in drawFastShadow()1278 SkTAbs(spotShadowRRect.rect().fTop - in drawFastShadow()1280 std::max(SkTAbs(spotShadowRRect.rect().fRight - in drawFastShadow()1282 SkTAbs(spotShadowRRect.rect().fBottom - in drawFastShadow()1286 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft - in drawFastShadow()1288 spotShadowRRect.rect().fTop - in drawFastShadow()[all …]