Searched refs:fCTM (Results 1 – 6 of 6) sorted by relevance
176 fCTM = SkMatrix::I(); in FillBounds()206 const SkMatrix& ctm() const { return fCTM; } in ctm()227 fCTM.mapRect(&rect); in adjustAndMap()247 void updateCTM(const Restore& op) { fCTM = op.matrix; } in updateCTM()248 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; } in updateCTM()249 void updateCTM(const Concat& op) { fCTM.preConcat(op.matrix); } in updateCTM()250 void updateCTM(const Translate& op) { fCTM.preTranslate(op.dx, op.dy); } in updateCTM()327 sb.ctm = this->fCTM; in pushSaveBlock()609 SkMatrix fCTM; member in SkRecords::FillBounds
35 fCTM.reset(); in SkBaseDevice()40 fCTM = globalCTM; in setOrigin()41 fCTM.postTranslate(SkIntToScalar(-x), SkIntToScalar(-y)); in setOrigin()45 fCTM = ctm; in setGlobalCTM()47 fCTM.postTranslate(-SkIntToScalar(fOrigin.fX), -SkIntToScalar(fOrigin.fY)); in setGlobalCTM()
121 const SkMatrix& ctm() const { return fCTM; } in ctm()123 fCTM = ctm; in setCTM()382 SkMatrix fCTM; variable
101 : fShader(shader), fCTM(*rec.fMatrix) in Context()
57 : fCTM(ctm) in Context()63 const SkMatrix& ctm() const { return fCTM; } in ctm()69 SkMatrix fCTM;
218 const SkMatrix& getCTM() const { return fCTM; } in getCTM()223 SkMatrix fCTM;