Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDrawShadowInfo.cpp155 SkScalar spotScale; in GetLocalBounds() local
168 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds()
174 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds()
187 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds()
196 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds()
206 spotBounds.fLeft *= spotScale; in GetLocalBounds()
207 spotBounds.fTop *= spotScale; in GetLocalBounds()
208 spotBounds.fRight *= spotScale; in GetLocalBounds()
209 spotBounds.fBottom *= spotScale; in GetLocalBounds()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1219 SkScalar spotScale; in drawFastShadow() local
1225 &spotScale, &spotOffset); in drawFastShadow()
1229 … &devSpaceSpotBlur, &spotScale, &spotOffset, rec.isLimitElevation); in drawFastShadow()
1235 spotOffset.fX += spotScale*viewMatrix[SkMatrix::kMTransX]; in drawFastShadow()
1236 spotOffset.fY += spotScale*viewMatrix[SkMatrix::kMTransY]; in drawFastShadow()
1250 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()