Searched defs:invNormRotation (Results 1 – 2 of 2) sorted by relevance
55 const SkVector& invNormRotation, in SkLightingShaderImpl()146 const SkVector& invNormRotation) in LightingFP()267 const SkVector& invNormRotation = lightingFP.invNormRotation(); in onSetData() local301 const SkVector& invNormRotation() const { return fInvNormRotation; } in invNormRotation() function in LightingFP706 const SkVector& invNormRotation, in Create()
99 SkVector invNormRotation = { ctm[SkMatrix::kMScaleX], ctm[SkMatrix::kMSkewY] }; in drawRect() local