Searched refs:computeScreenSpaceMatrix (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SkiaShader.cpp | 67 static void computeScreenSpaceMatrix(mat4& screenSpace, const SkMatrix& unitMatrix, in computeScreenSpaceMatrix() function 148 computeScreenSpaceMatrix(outData->screenSpace, unitMatrix, in tryStoreGradient() 235 computeScreenSpaceMatrix(outData->textureTransform, SkMatrix::I(), shader.getLocalMatrix(), in tryStoreBitmap() 302 computeScreenSpaceMatrix(transform, SkMatrix::I(), shader.getLocalMatrix(), modelViewMatrix); in tryStoreCompose() 334 computeScreenSpaceMatrix(outData->textureTransform, SkMatrix::I(), shader.getLocalMatrix(), in tryStoreLayer()
|