Home
last modified time | relevance | path

Searched refs:IMG_INIT_PNG (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG.c90 if (flags & IMG_INIT_PNG) { in IMG_Init()
91 if ((initialized & IMG_INIT_PNG) || IMG_InitPNG() == 0) { in IMG_Init()
92 result |= IMG_INIT_PNG; in IMG_Init()
115 if (initialized & IMG_INIT_PNG) { in IMG_Quit()
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 DSDL_image.h73 IMG_INIT_PNG = 0x00000002, enumerator
/AliOS-Things-master/components/ugraphics/src/
A Dugraphics.c34 if (IMG_Init(IMG_INIT_JPG | IMG_INIT_PNG) == -1) { in ugraphics_init()

Completed in 14 milliseconds