Searched defs:textureMatrix (Results 1 – 11 of 11) sorted by relevance
107 const SkMatrix& textureMatrix, in createFragmentProcessor()
88 const SkMatrix& textureMatrix, in createFragmentProcessor()
121 SkMatrix textureMatrix = origTextureMatrix; in createFragmentProcessor() local
203 const SkMatrix& textureMatrix, in createFragmentProcessorForDomainAndFilter()
295 SkMatrix textureMatrix; in draw_texture_producer() local
89 const SkMatrix& textureMatrix, in createFragmentProcessor()
119 SkMatrix textureMatrix = origTextureMatrix; in createFragmentProcessor() local
200 const SkMatrix& textureMatrix, in CreateFragmentProcessorForDomainAndFilter()
280 const SkMatrix* textureMatrix; in drawTextureProducerImpl() local
162 public static float[] rotateTextureMatrix(float[] textureMatrix, float rotationDegree) { in rotateTextureMatrix()