Lines Matching refs:x_max
1401 int x_max;
1441 my_limits.x_max = refresh_x - 1;
1486 if (draw_x + draw_w - 1 > my_limits.x_max)
1487 my_limits.x_max = draw_x + draw_w - 1;
1496 if (my_limits.x_max < refresh_x ||
1517 const int x_max = limits->x_max - refresh_x;
1526 for (xx = x_min; xx <= x_max; xx++) {
1636 xx <= clip_limits.x_max - refresh_x;
1688 const unsigned image_w = ((unsigned) clip_limits.x_max + 1U -
1726 xx <= clip_limits.x_max - refresh_x;