Lines Matching defs:RAreaX2
73 RAreaX2(const RArea *self)
110 x2 = min(RAreaX2(other), RAreaX2(self));
130 if(RAreaX2(other) < self->x) {
135 if(other->x > RAreaX2(self)) {
161 return x >= self->x && x <= RAreaX2(self)
184 if(RAreaX2(other) < self->x - 1) {
187 if(other->x > RAreaX2(self) + 1) {
233 const int max_x = max(RAreaX2(self), RAreaX2(other));
316 if(RAreaX2(other) < self->x || other->x > RAreaX2(self)) {
322 if(RAreaX2(other) + 1 == self->x) {
331 if(RAreaX2(self) + 1 == other->x) {
378 min(RAreaX2(left), RAreaX2(right)) - max(left->x, right->x) + 1,
383 if(RAreaX2(left) != RAreaX2(right)) {
384 if(RAreaX2(right) < RAreaX2(left)) {
388 RAreaNewStatic(RAreaX2(right) + 1, left->y,
389 RAreaX2(left) - RAreaX2(right), left->height));
395 RAreaNewStatic(RAreaX2(left) + 1, right->y,
396 RAreaX2(right) - RAreaX2(left), right->height));