Searched refs:spotOffset (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 156 SkPoint spotOffset; in GetLocalBounds() local 168 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 174 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 187 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 191 inverse.mapVectors(&spotOffset, 1); in GetLocalBounds() 196 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 210 spotBounds.offset(spotOffset.fX, spotOffset.fY); in GetLocalBounds()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 1220 SkVector spotOffset; 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() 1240 ctmInverse.mapPoints(&spotOffset, 1); in drawFastShadow() 1250 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|