Searched defs:trackBounds (Results 1 – 1 of 1) sorted by relevance
278 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); } in trackBounds() function in SkRecords::FillBounds279 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); } in trackBounds() function in SkRecords::FillBounds280 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds() function in SkRecords::FillBounds282 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds283 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds284 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds285 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds286 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds287 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds290 template <typename T> void trackBounds(const T& op) { in trackBounds() function in SkRecords::FillBounds