Searched refs:maxh (Results 1 – 1 of 1) sorted by relevance
468 int maxw, maxh; in SDL_UpperBlit() local488 maxh = src->h - srcy; in SDL_UpperBlit()489 if(maxh < h) in SDL_UpperBlit()490 h = maxh; in SDL_UpperBlit()