Home
last modified time | relevance | path

Searched refs:maxh (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.c443 int maxw, maxh; in SDL_gfxBlitRGBA() local
463 maxh = src->h - srcy; in SDL_gfxBlitRGBA()
464 if (maxh < h) in SDL_gfxBlitRGBA()
465 h = maxh; in SDL_gfxBlitRGBA()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_surface.c657 int maxw, maxh; in SDL_UpperBlit() local
677 maxh = src->h - srcy; in SDL_UpperBlit()
678 if (maxh < h) in SDL_UpperBlit()
679 h = maxh; in SDL_UpperBlit()

Completed in 7 milliseconds