Searched refs:otherLocalMatrix (Results 1 – 1 of 1) sorted by relevance
61 SkMatrix otherLocalMatrix; in CreateLocalMatrixShader() local62 SkAutoTUnref<SkShader> otherProxy(proxy->refAsALocalMatrixShader(&otherLocalMatrix)); in CreateLocalMatrixShader()64 otherLocalMatrix.preConcat(localMatrix); in CreateLocalMatrixShader()65 lm = &otherLocalMatrix; in CreateLocalMatrixShader()