Searched refs:maxx (Results 1 – 1 of 1) sorted by relevance
584 int maxx = MIN(dest_area->x2, D2_INT4(x + MAX(x1, MAX(x2, MAX(x3, x4))))); local588 for(int posx = minx; posx < maxx; posx += slice) {589 … D2_EXEC(d2_cliprect(_d2_handle, posx, dest_area->y1, MIN(posx + slice - 1, maxx), dest_area->y2));