Home
last modified time | relevance | path

Searched refs:IMG_SetError (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_bmp.c275 IMG_SetError("File is not a Windows BMP file"); in LoadBMP_RW()
488 if (was_error) IMG_SetError("Error reading from BMP"); in LoadBMP_RW()
521 IMG_SetError("Error reading from BMP"); in LoadBMP_RW()
666 IMG_SetError("File is not a Windows %s file", type == 1 ? "ICO" : "CUR"); in LoadICOCUR_RW()
719 IMG_SetError("Unsupported ICO bitmap format"); in LoadICOCUR_RW()
750 IMG_SetError("ICO file with unsupported bit count"); in LoadICOCUR_RW()
756 IMG_SetError("Compressed ICO files not supported"); in LoadICOCUR_RW()
764 IMG_SetError("Unsupported or invalid ICO dimensions"); in LoadICOCUR_RW()
787 IMG_SetError("Unsupported or incorrect biClrUsed field"); in LoadICOCUR_RW()
828 IMG_SetError("Error reading from ICO"); in LoadICOCUR_RW()
[all …]
A DIMG_svg.c114 IMG_SetError("Couldn't parse SVG image"); in IMG_LoadSVG_RW()
120 IMG_SetError("Couldn't create SVG rasterizer"); in IMG_LoadSVG_RW()
A DIMG.c187 IMG_SetError("Passed a NULL data source"); in IMG_LoadTyped_RW()
193 IMG_SetError("Can't seek in this data source"); in IMG_LoadTyped_RW()
253 IMG_SetError("Unsupported image format"); in IMG_LoadTyped_RW()
A DIMG_xpm.c117 IMG_SetError("memory allocation overflow"); in create_colorhash()
130 IMG_SetError("memory allocation overflow"); in create_colorhash()
1162 IMG_SetError("%s", error); in load_xpm()
1185 IMG_SetError("array is NULL"); in IMG_ReadXPMFromArray()
A DIMG_xxx.c66 IMG_SetError("%s", error); in IMG_LoadXXX_RW()
A DIMG_jpg.c349 IMG_SetError("JPEG loading error"); in IMG_LoadJPG_RW()
397 IMG_SetError("Out of memory"); in IMG_LoadJPG_RW()
541 IMG_SetError("JPEG images are not supported"); in IMG_InitJPG()
585 return IMG_SetError("SDL_image not built with jpeglib, saving not supported"); in IMG_SaveJPG_RW()
A DIMG_webp.c260 IMG_SetError( "%s", error ); in IMG_LoadWEBP_RW()
271 IMG_SetError("WEBP images are not supported"); in IMG_InitWEBP()
A DIMG_xv.c143 IMG_SetError("%s", error); in IMG_LoadXV_RW()
A DIMG_WIC.c218 IMG_SetError("WIC failed to initialize!"); in WIC_LoadImage()
A DSDL_image.h152 #define IMG_SetError SDL_SetError macro
A DIMG_pnm.c241 IMG_SetError("%s", error); in IMG_LoadPNM_RW()
A DIMG_tif.c219 IMG_SetError("TIFF images are not supported"); in IMG_InitTIF()
A DIMG_tga.c321 IMG_SetError("%s", error); in IMG_LoadTGA_RW()
A DIMG_pcx.c280 IMG_SetError("%s", error); in IMG_LoadPCX_RW()
A DIMG_png.c471 IMG_SetError("%s", error); in IMG_LoadPNG_RW()
480 IMG_SetError("PNG images are not supported"); in IMG_InitPNG()
A DIMG_lbm.c480 IMG_SetError( "%s", error ); in IMG_LoadLBM_RW()
A DIMG_gif.c80 #define RWSetMsg IMG_SetError
A DIMG_xcf.c928 IMG_SetError("%s", error); in IMG_LoadXCF_RW()
A DIMG_ImageIO.m163 IMG_SetError("CGImageSourceCreateImageAtIndex() failed");

Completed in 37 milliseconds