Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp282 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
283 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds()
284 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds()
285 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
286 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
287 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds()
307 this->pushControl(); in pushSaveBlock()
366 void pushControl() { in pushControl() function in SkRecords::FillBounds