Searched refs:setGlobalCTM (Results 1 – 3 of 3) sorted by relevance
155 this->setGlobalCTM(ctm); in restore()192 void setGlobalCTM(const SkM44& ctm);
1332 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()
66 void SkBaseDevice::setGlobalCTM(const SkM44& ctm) { in setGlobalCTM() function in SkBaseDevice