egl.cpp | 251 : left(0), top(0), right(w), bottom(h) { } 253 : left(l), top(t), right(r), bottom(b) { } 257 right = min(right, r.right); 262 return (left>=right || top>=bottom); 266 what, left, top, right-left, bottom-top); 271 int32_t right; member in struct:android::egl_window_surface_v2_t::Rect 287 storage->right = lhs.right; [all...] |