Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDevice.h155 this->setGlobalCTM(ctm); in restore()
192 void setGlobalCTM(const SkM44& ctm);
DSkCanvas.cpp1332 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in translate()
1343 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in scale()
1379 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in internalConcat44()
1391 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in internalSetMatrix()
DSkDevice.cpp66 void SkBaseDevice::setGlobalCTM(const SkM44& ctm) { in setGlobalCTM() function in SkBaseDevice