Searched refs:spotScale (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 158 SkScalar spotScale; in GetLocalBounds() local 171 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 177 &spotBlur, &spotScale, &spotOffset, rec.isLimitElevation); in GetLocalBounds() 190 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 199 &spotBlur, &spotScale, &spotOffset, rec.isLimitElevation); in GetLocalBounds() 209 spotBounds.fLeft *= spotScale; in GetLocalBounds() 210 spotBounds.fTop *= spotScale; in GetLocalBounds() 211 spotBounds.fRight *= spotScale; in GetLocalBounds() 212 spotBounds.fBottom *= spotScale; in GetLocalBounds()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 1220 SkScalar spotScale; in drawFastShadow() local 1226 &spotScale, &spotOffset); in drawFastShadow() 1230 &devSpaceSpotBlur, &spotScale, &spotOffset, rec.isLimitElevation); in drawFastShadow() 1236 spotOffset.fX += spotScale*viewMatrix[SkMatrix::kMTransX]; in drawFastShadow() 1237 spotOffset.fY += spotScale*viewMatrix[SkMatrix::kMTransY]; in drawFastShadow() 1251 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|
Completed in 5 milliseconds