Searched refs:spotOffset (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 159 SkPoint spotOffset; in GetLocalBounds() local 171 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 177 &spotBlur, &spotScale, &spotOffset, rec.isLimitElevation); in GetLocalBounds() 190 &spotBlur, &spotScale, &spotOffset); in GetLocalBounds() 194 inverse.mapVectors(&spotOffset, 1); in GetLocalBounds() 199 &spotBlur, &spotScale, &spotOffset, rec.isLimitElevation); in GetLocalBounds() 213 spotBounds.offset(spotOffset.fX, spotOffset.fY); in GetLocalBounds()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 1221 SkVector spotOffset; in drawFastShadow() local 1226 &spotScale, &spotOffset); in drawFastShadow() 1230 &devSpaceSpotBlur, &spotScale, &spotOffset, rec.isLimitElevation); in drawFastShadow() 1236 spotOffset.fX += spotScale*viewMatrix[SkMatrix::kMTransX]; in drawFastShadow() 1237 spotOffset.fY += spotScale*viewMatrix[SkMatrix::kMTransY]; in drawFastShadow() 1241 ctmInverse.mapPoints(&spotOffset, 1); in drawFastShadow() 1251 shadowTransform.setScaleTranslate(spotScale, spotScale, spotOffset.fX, spotOffset.fY); in drawFastShadow()
|
Completed in 5 milliseconds