Searched refs:spotOffset (Results 1 – 4 of 4) sorted by relevance
/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/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/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()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1338 SkVector spotOffset; 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() 1351 ctmInverse.mapPoints(&spotOffset, 1); in drawFastShadow() 1361 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|