Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp290 void trackBounds(const Save&) { in trackBounds() function in SkRecords::FillBounds
293 void trackBounds(const SaveLayer& op) { in trackBounds() function in SkRecords::FillBounds
296 void trackBounds(const SaveBehind&) { in trackBounds() function in SkRecords::FillBounds
299 void trackBounds(const Restore&) { in trackBounds() function in SkRecords::FillBounds
305 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
306 void trackBounds(const SetM44&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
307 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
308 void trackBounds(const Concat44&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
309 void trackBounds(const Scale&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
310 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
[all …]