Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp808 SkMatrix combinedMatrixStorage; in drawRect() local
811 combinedMatrixStorage.setConcat(*fMatrix, *paintMatrix); in drawRect()
812 matrix = &combinedMatrixStorage; in drawRect()