Home
last modified time | relevance | path

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

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