Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRecordDraw.cpp278 void trackBounds(const MarkCTM&) { this->pushControl(); } in trackBounds()
279 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
280 void trackBounds(const SetM44&) { this->pushControl(); } in trackBounds()
281 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds()
282 void trackBounds(const Concat44&) { this->pushControl(); } in trackBounds()
283 void trackBounds(const Scale&) { this->pushControl(); } in trackBounds()
284 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds()
285 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds()
286 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
287 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
[all …]
/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp264 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
265 void trackBounds(const Concat&) { this->pushControl(); } in trackBounds()
266 void trackBounds(const Translate&) { this->pushControl(); } in trackBounds()
267 void trackBounds(const ClipRect&) { this->pushControl(); } in trackBounds()
268 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds()
269 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds()
270 void trackBounds(const ClipRegion&) { this->pushControl(); } in trackBounds()
291 this->pushControl(); in pushSaveBlock()
343 void pushControl() { in pushControl() function in SkRecords::FillBounds