Lines Matching defs:adjust
331 /* When requested by the user, we will adjust the video scale by the */
459 unsigned long adjust, border_x, border_y, border_y_even;
594 /* line doubling). We must also adjust the region such that the */
603 adjust = border_y + border_y_even;
606 adjust = border_y;
611 if (y > adjust) {
612 y -= adjust;
613 adjust = 0;
616 adjust -= y;
617 if (height > adjust)
618 height -= adjust;
707 /* of the video region. We adjust the color key region for graphics */