Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordDraw.cpp305 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
306 void trackBounds(const SetM44&) { this->pushControl(); } in trackBounds()
307 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds()
308 void trackBounds(const Concat44&) { this->pushControl(); } in trackBounds()
309 void trackBounds(const Scale&) { this->pushControl(); } in trackBounds()
310 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds()
311 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds()
312 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
313 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
314 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds()
[all …]