Home | History | Annotate | Download | only in ui

Lines Matching full:bounds

196     outputRegion.mStorage.add(r.getBounds()); // to make region valid, mStorage must end with bounds
218 const Rect bounds(getBounds());
220 mStorage.add(bounds);
409 Rect bounds;
417 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() {
426 bounds.top = storage.itemAt(0).top;
427 bounds.bottom = storage.top().bottom;
432 bounds.left = 0;
433 bounds.right = 0;
435 storage.add(bounds);
481 bounds.left = min(span.itemAt(0).left, bounds.left);
482 bounds.right = max(span.top().right, bounds.right);
543 "%s: invalid bounds [%d,%d,%d,%d] vs. [%d,%d,%d,%d]", name,