HomeSort by relevance Sort by last modified time
    Searched refs:updateClipBounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 55 updateClipBounds();
94 updateClipBounds();
105 updateClipBounds();
113 private void updateClipBounds() {
  /external/skia/src/core/
SkRecordDraw.cpp 179 this->updateClipBounds(op);
233 template <typename T> void updateClipBounds(const T&) {}
236 void updateClipBounds(const ClipPath& op) { this->updateClipBoundsForClipOp(op.devBounds); }
237 void updateClipBounds(const ClipRRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
238 void updateClipBounds(const ClipRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
239 void updateClipBounds(const ClipRegion& op) { this->updateClipBoundsForClipOp(op.devBounds); }
254 void updateClipBounds(const Restore& op) {
269 void updateClipBounds(const SaveLayer& op) {
581 // and updateClipBounds() to maintain the exact CTM (fCTM) and conservative

Completed in 47 milliseconds