Home
last modified time | relevance | path

Searched refs:SDL_SoftStretch (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h508 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_stretch.c203 SDL_SoftStretch(SDL_Surface * src, const SDL_Rect * srcrect, in SDL_SoftStretch() function
A DSDL_surface.c903 return SDL_SoftStretch( src, srcrect, dst, dstrect ); in SDL_LowerBlitScaled()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_yuv_sw.c400 SDL_SoftStretch(swdata->stretch, &rect, swdata->display, NULL); in SDL_SW_CopyYUVToRGB()
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog327 * Removed SDL_SoftStretch call again in favour of an internal zoom routine.
337 * Uses SDL_SoftStretch in certain cases (angle=0, smooth=0).
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h470 #define SDL_SoftStretch SDL_SoftStretch_REAL macro
A DSDL_dynapi_procs.h499 SDL_DYNAPI_PROC(int,SDL_SoftStretch,(SDL_Surface *a, const SDL_Rect *b, SDL_Surface *c, const SDL_R…

Completed in 18 milliseconds