Home
last modified time | relevance | path

Searched refs:IMG_Init (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DSDL_image.h82 extern DECLSPEC int SDLCALL IMG_Init(int flags);
A DCHANGES.txt108 * Fixed checking for IMG_Init() return value in image loaders
114 * Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
A DIMG_tif.c174 if ( (IMG_Init(IMG_INIT_TIF) & IMG_INIT_TIF) == 0 ) { in IMG_LoadTIF_RW()
A DIMG_jpg.c334 if ( (IMG_Init(IMG_INIT_JPG) & IMG_INIT_JPG) == 0 ) { in IMG_LoadJPG_RW()
486 if (!IMG_Init(IMG_INIT_JPG)) { in IMG_SaveJPG_RW_jpeglib()
A DIMG.c76 int IMG_Init(int flags) in IMG_Init() function
A DIMG_webp.c170 if ( (IMG_Init(IMG_INIT_WEBP) & IMG_INIT_WEBP) == 0 ) { in IMG_LoadWEBP_RW()
A DIMG_png.c274 if ( (IMG_Init(IMG_INIT_PNG) & IMG_INIT_PNG) == 0 ) { in IMG_LoadPNG_RW()
691 if (IMG_Init(IMG_INIT_PNG)) { in IMG_SavePNG_RW()
A DIMG_ImageIO.m346 #pragma mark IMG_Init stubs
/AliOS-Things-master/components/ugraphics/src/
A Dugraphics.c34 if (IMG_Init(IMG_INIT_JPG | IMG_INIT_PNG) == -1) { in ugraphics_init()

Completed in 20 milliseconds