Searched refs:spotOffset (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 144 SkPoint spotOffset; in GetLocalBounds() local 158 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 164 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 179 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 183 inverse.mapVectors(&spotOffset, 1); in GetLocalBounds() 188 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 202 spotBounds.offset(spotOffset.fX, spotOffset.fY); in GetLocalBounds()
|
/external/skqp/src/core/ |
D | SkDrawShadowInfo.cpp | 134 SkPoint spotOffset; in GetLocalBounds() local 147 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 158 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 171 spotBounds.offset(spotOffset.fX, spotOffset.fY); in GetLocalBounds()
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.cpp | 1222 SkVector spotOffset; 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() 1242 ctmInverse.mapPoints(&spotOffset, 1); in drawFastShadow() 1252 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1245 SkVector spotOffset; 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() 1258 ctmInverse.mapPoints(&spotOffset, 1); in drawFastShadow() 1268 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|