Lines Matching refs:top
246 : left(0), top(0), right(w), bottom(h) { }
248 : left(l), top(t), right(r), bottom(b) { }
251 top = max(top, r.top);
257 return (left>=right || top>=bottom);
261 what, left, top, right-left, bottom-top);
265 int32_t top;
279 if (lhs.top < rhs.top) { // top rect
281 storage->top = lhs.top;
283 storage->bottom = rhs.top;
286 const int32_t top = max(lhs.top, rhs.top);
288 if (top < bot) {
291 storage->top = top;
298 storage->top = top;
306 storage->top = rhs.bottom;
518 ssize_t h = r.bottom - r.top;
521 uint8_t const * s = src_bits + (r.left + src->stride * r.top) * bpp;
522 uint8_t * d = dst_bits + (r.left + dst->stride * r.top) * bpp;
2114 EGLint left, EGLint top, EGLint width, EGLint height)
2126 d->setSwapRectangle(left, top, width, height);