Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp298 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); } in trackBounds() function in SkRecords::FillBounds
299 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); } in trackBounds() function in SkRecords::FillBounds
300 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds() function in SkRecords::FillBounds
302 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
303 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
304 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
305 void trackBounds(const TranslateZ&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
306 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
307 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
308 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
[all …]