Searched refs:spotScale (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 143 SkScalar spotScale; in GetLocalBounds() local 158 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 164 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 179 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 188 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 198 spotBounds.fLeft *= spotScale; in GetLocalBounds() 199 spotBounds.fTop *= spotScale; in GetLocalBounds() 200 spotBounds.fRight *= spotScale; in GetLocalBounds() 201 spotBounds.fBottom *= spotScale; in GetLocalBounds()
|
/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/gpu/ |
D | GrSurfaceDrawContext.cpp | 1221 SkScalar spotScale; in drawFastShadow() local 1227 &spotScale, &spotOffset); in drawFastShadow() 1231 &devSpaceSpotBlur, &spotScale, &spotOffset); in drawFastShadow() 1237 spotOffset.fX += spotScale*viewMatrix[SkMatrix::kMTransX]; in drawFastShadow() 1238 spotOffset.fY += spotScale*viewMatrix[SkMatrix::kMTransY]; in drawFastShadow() 1252 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|
/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()
|