Searched defs:computeScreenSpaceMatrix (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp71 static void computeScreenSpaceMatrix(mat4& screenSpace, const SkMatrix& unitMatrix, function in namespace:android::uirenderer
184 computeScreenSpaceMatrix(textureTransform, SkMatrix::I(), shader.getLocalMatrix(),
285 computeScreenSpaceMatrix(textureTransform, SkMatrix::I(), shader.getLocalMatrix(),
429 computeScreenSpaceMatrix(screenSpace, unitMatrix, shader.getLocalMatrix(), modelViewMatrix);
465 computeScreenSpaceMatrix(transform, SkMatrix::I(), shader.getLocalMatrix(),

Completed in 89 milliseconds