Lines Matching defs:x2
111 int x2, y2;133 x2 = x + width - 1;143 if (afbdev->x2 > x2)144 x2 = afbdev->x2;149 afbdev->x2 = x2;158 afbdev->x2 = afbdev->y2 = 0;176 memcpy_toio(bo->kmap.virtual + src_offset, afbdev->sysram + src_offset, (x2 - x + 1) * bpp);181 rect.x2 = x2 + 1;