Searched defs:updateCTM (Results 1 – 1 of 1) sorted by relevance
233 template <typename T> void updateCTM(const T&) {} in updateCTM() function in SkRecords::FillBounds234 void updateCTM(const Restore& op) { fCTM = &op.matrix; } in updateCTM() function in SkRecords::FillBounds235 void updateCTM(const SetMatrix& op) { fCTM = &op.matrix; } in updateCTM() function in SkRecords::FillBounds