Home
last modified time | relevance | path

Searched refs:spotScale (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkDrawShadowInfo.cpp133 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/
DSkDrawShadowInfo.cpp133 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/
DGrRenderTargetContext.cpp1244 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/
DGrRenderTargetContext.cpp1337 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()