Searched refs:updateCTM (Results 1 – 1 of 1) sorted by relevance
178 this->updateCTM(op); in operator ()()227 template <typename T> void updateCTM(const T&) {} in updateCTM() function in SkRecords::FillBounds228 void updateCTM(const Restore& op) { fCTM = op.matrix; } in updateCTM() function in SkRecords::FillBounds229 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; } in updateCTM() function in SkRecords::FillBounds230 void updateCTM(const Concat& op) { fCTM.preConcat(op.matrix); } in updateCTM() function in SkRecords::FillBounds