max 4319 gd.c str_bbox.urx = max(str_bbox.urx, max(x1, max(x2, max(x3, x4)))); max 4320 gd.c str_bbox.ury = max(str_bbox.ury, max(y1, max(y2, max(y3, y4)))); max 2961 libgd/gd.c if( dst > max ) { max 2963 libgd/gd.c return dst + (src << 1) - (dst * src / max) - max; max 2966 libgd/gd.c return dst * src / max; max 2443 libgd/gd_interpolation.c gdPointF extent[4], min, max, point; max 2462 libgd/gd_interpolation.c max=extent[0]; max 2469 libgd/gd_interpolation.c if (max.x < extent[i].x) max 2470 libgd/gd_interpolation.c max.x=extent[i].x; max 2471 libgd/gd_interpolation.c if (max.y < extent[i].y) max 2472 libgd/gd_interpolation.c max.y=extent[i].y; max 2476 libgd/gd_interpolation.c bbox->width = (int) floor(max.x - min.x) - 1; max 2477 libgd/gd_interpolation.c bbox->height = (int) floor(max.y - min.y);