Home
last modified time | relevance | path

Searched refs:spotShadowRRect (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1249 SkRRect spotShadowRRect; in drawFastShadow() local
1252 rrect.transform(shadowTransform, &spotShadowRRect); in drawFastShadow()
1253 SkScalar spotRadius = spotShadowRRect.getSimpleRadii().fX; in drawFastShadow()
1260 insetWidth += spotShadowRRect.width(); in drawFastShadow()
1277 maxOffset = std::max(std::max(SkTAbs(spotShadowRRect.rect().fLeft - in drawFastShadow()
1279 SkTAbs(spotShadowRRect.rect().fTop - in drawFastShadow()
1281 std::max(SkTAbs(spotShadowRRect.rect().fRight - in drawFastShadow()
1283 SkTAbs(spotShadowRRect.rect().fBottom - in drawFastShadow()
1287 SkPoint upperLeftOffset = SkPoint::Make(spotShadowRRect.rect().fLeft - in drawFastShadow()
1289 spotShadowRRect in drawFastShadow()
[all...]

Completed in 14 milliseconds