Lines Matching defs:MIN
132 #ifndef MIN
133 #define MIN( a, b) ((a) < (b) ? a : b)
450 srcRect_width = MIN( vis_reg->rects[rect].x2, bbox.width + bbox.x)
453 srcRect_height = MIN( vis_reg->rects[rect].y2, bbox.height + bbox.y)
544 srcRect_width = MIN( reg->width + reg->x_vis, bbox.width + bbox.x)
546 srcRect_height = MIN( reg->height + reg->y_vis, bbox.height
715 curr_clipRt = MIN(pclip->x + pclip->width,
718 curr_clipBt = MIN(pclip->y + pclip->height,
731 new_width = MIN(curr_clipRt,
741 new_height = MIN(curr_clipBt,