Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp278 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); } in trackBounds() function in SkRecords::FillBounds
279 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); } in trackBounds() function in SkRecords::FillBounds
280 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds() function in SkRecords::FillBounds
282 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
283 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
284 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
285 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
286 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
287 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds
290 template <typename T> void trackBounds(const T& op) { in trackBounds() function in SkRecords::FillBounds