Searched refs:otherLocalMatrix (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkLocalMatrixShader.cpp61 SkMatrix otherLocalMatrix; local
62 SkAutoTUnref<SkShader> otherProxy(proxy->refAsALocalMatrixShader(&otherLocalMatrix));
64 otherLocalMatrix.preConcat(localMatrix);
65 lm = &otherLocalMatrix;

Completed in 213 milliseconds