Home
last modified time | relevance | path

Searched refs:pushControl (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkRecordDraw.cpp293 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
294 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds()
295 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds()
296 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds()
297 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
298 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
299 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds()
320 this->pushControl(); in pushSaveBlock()
372 void pushControl() { in pushControl() function in SkRecords::FillBounds