Searched defs:updateCTM (Results 1 – 1 of 1) sorted by relevance
237 template <typename T> void updateCTM(const T&) {} in updateCTM() function in SkRecords::FillBounds238 void updateCTM(const Restore& op) { fCTM = op.matrix; } in updateCTM() function in SkRecords::FillBounds239 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; } in updateCTM() function in SkRecords::FillBounds240 void updateCTM(const Concat& op) { fCTM.preConcat(op.matrix); } in updateCTM() function in SkRecords::FillBounds241 void updateCTM(const Translate& op) { fCTM.preTranslate(op.dx, op.dy); } in updateCTM() function in SkRecords::FillBounds