Lines Matching full:bounds
239 Rect& bounds;
247 : bounds(reg.mBounds), storage(reg.mStorage), head(), tail(), cur() {
248 bounds.top = bounds.bottom = 0;
249 bounds.left = INT_MAX;
250 bounds.right = INT_MIN;
259 bounds.top = storage.itemAt(0).top;
260 bounds.bottom = storage.top().bottom;
265 bounds.left = 0;
266 bounds.right = 0;
313 bounds.left = min(span.itemAt(0).left, bounds.left);
314 bounds.right = max(span.top().right, bounds.right);
354 LOGE("%s: invalid bounds [%d,%d,%d,%d] vs. [%d,%d,%d,%d]", name,