Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp735 SkMatrix combinedMatrixStorage; in drawRect() local
738 combinedMatrixStorage.setConcat(*fMatrix, *paintMatrix); in drawRect()
739 matrix = &combinedMatrixStorage; in drawRect()