Searched refs:spotScale (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkDrawShadowInfo.cpp | 133 SkScalar spotScale; in GetLocalBounds() local 147 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 158 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 167 spotBounds.fLeft *= spotScale; in GetLocalBounds() 168 spotBounds.fTop *= spotScale; in GetLocalBounds() 169 spotBounds.fRight *= spotScale; in GetLocalBounds() 170 spotBounds.fBottom *= spotScale; in GetLocalBounds()
|
/external/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 133 SkScalar spotScale; in GetLocalBounds() local 147 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 158 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 167 spotBounds.fLeft *= spotScale; in GetLocalBounds() 168 spotBounds.fTop *= spotScale; in GetLocalBounds() 169 spotBounds.fRight *= spotScale; in GetLocalBounds() 170 spotBounds.fBottom *= spotScale; in GetLocalBounds()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1244 SkScalar spotScale; in drawFastShadow() local 1248 &devSpaceSpotBlur, &spotScale, &spotOffset); in drawFastShadow() 1253 spotOffset.fX += spotScale*viewMatrix[SkMatrix::kMTransX]; in drawFastShadow() 1254 spotOffset.fY += spotScale*viewMatrix[SkMatrix::kMTransY]; in drawFastShadow() 1268 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1337 SkScalar spotScale; in drawFastShadow() local 1341 &devSpaceSpotBlur, &spotScale, &spotOffset); in drawFastShadow() 1346 spotOffset.fX += spotScale*viewMatrix[SkMatrix::kMTransX]; in drawFastShadow() 1347 spotOffset.fY += spotScale*viewMatrix[SkMatrix::kMTransY]; in drawFastShadow() 1361 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|