Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp302 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
303 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds()
304 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds()
305 void trackBounds(const TranslateZ&) { this->pushControl(); } in trackBounds()
306 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds()
307 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
308 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
309 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds()
330 this->pushControl(); in pushSaveBlock()
382 void pushControl() { in pushControl() function in SkRecords::FillBounds