Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A 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()
371 void pushControl() { pushControl() function in SkRecords::FillBounds
[all...]

Completed in 1 milliseconds