Home
last modified time | relevance | path

Searched defs:invNormRotation (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkLightingShader.cpp55 const SkVector& invNormRotation, in SkLightingShaderImpl()
146 const SkVector& invNormRotation) in LightingFP()
267 const SkVector& invNormRotation = lightingFP.invNormRotation(); in onSetData() local
301 const SkVector& invNormRotation() const { return fInvNormRotation; } in invNormRotation() function in LightingFP
706 const SkVector& invNormRotation, in Create()
/external/skia/gm/
Dlightingshader.cpp99 SkVector invNormRotation = { ctm[SkMatrix::kMScaleX], ctm[SkMatrix::kMSkewY] }; in drawRect() local