Lines Matching refs:x2
41 dest->x2 = a->x2 < b->x2 ? a->x2 : b->x2;
42 if (dest->x1 >= dest->x2) {
43 dest->x1 = dest->x2 = dest->y1 = dest->y2 = 0;
50 dest->x1 = dest->x2 = dest->y1 = dest->y2 = 0;
55 return (int)(box->x2 - box->x1) * (int)(box->y2 - box->y1);
75 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
80 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
85 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
182 box.x2 = box.x1 + pDraw->width;
196 int x1, int x2, int y1, int y2)
207 box.x2 = x2;