Searched refs:trackBounds (Results 1 – 1 of 1) sorted by relevance
199 this->trackBounds(op); in operator ()()298 void trackBounds(const Save&) { this->pushSaveBlock(nullptr); } in trackBounds() function in SkRecords::FillBounds299 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); } in trackBounds() function in SkRecords::FillBounds300 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); } in trackBounds() function in SkRecords::FillBounds302 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds303 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds304 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds305 void trackBounds(const TranslateZ&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds306 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds307 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() function in SkRecords::FillBounds[all …]