Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp1267 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix, in drawBitmap() argument
1282 matrix.setConcat(*fMatrix, prematrix); in drawBitmap()
1326 this->drawRect(srcBounds, paintWithShader, &prematrix, dstBounds); in drawBitmap()