Home
last modified time | relevance | path

Searched defs:updateCTM (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkRecordDraw.cpp237 template <typename T> void updateCTM(const T&) {} in updateCTM() function in SkRecords::FillBounds
238 void updateCTM(const Restore& op) { fCTM = op.matrix; } in updateCTM() function in SkRecords::FillBounds
239 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; } in updateCTM() function in SkRecords::FillBounds
240 void updateCTM(const Concat& op) { fCTM.preConcat(op.matrix); } in updateCTM() function in SkRecords::FillBounds
241 void updateCTM(const Translate& op) { fCTM.preTranslate(op.dx, op.dy); } in updateCTM() function in SkRecords::FillBounds