Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLocalMatrixShader.cpp58 SkMatrix otherLocalMatrix; in newWithLocalMatrix() local
59 SkAutoTUnref<SkShader> proxy(this->refAsALocalMatrixShader(&otherLocalMatrix)); in newWithLocalMatrix()
61 otherLocalMatrix.preConcat(localMatrix); in newWithLocalMatrix()
62 lm = &otherLocalMatrix; in newWithLocalMatrix()