Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp233 template <typename T> void updateCTM(const T&) {} in updateCTM() function in SkRecords::FillBounds
234 void updateCTM(const Restore& op) { fCTM = &op.matrix; } in updateCTM() function in SkRecords::FillBounds
235 void updateCTM(const SetMatrix& op) { fCTM = &op.matrix; } in updateCTM() function in SkRecords::FillBounds