Classes |
struct | ILpal |
struct | ILimage |
Defines |
#define | IL_MAX(a, b) (((a) > (b)) ? (a) : (b)) |
#define | IL_MIN(a, b) (((a) < (b)) ? (a) : (b)) |
Typedefs |
typedef struct ILpal | ILpal |
typedef struct ILimage | ILimage |
Functions |
ILAPI ILvoid *ILAPIENTRY | ialloc (ILuint Size) |
ILAPI ILvoid ILAPIENTRY | ifree (ILvoid *Ptr) |
ILAPI ILvoid *ILAPIENTRY | icalloc (ILuint Size, ILuint Num) |
ILAPI ILimage *ILAPIENTRY | ilGetCurImage (ILvoid) |
ILAPI ILvoid ILAPIENTRY | ilSetCurImage (ILimage *Image) |
ILAPI ILvoid ILAPIENTRY | ilSetError (ILenum Error) |
ILAPI ILvoid ILAPIENTRY | ilSetPal (ILpal *Pal) |
ILAPI ILubyte ILAPIENTRY | ilGetBppFormat (ILenum Format) |
ILAPI ILubyte ILAPIENTRY | ilGetBppPal (ILenum PalType) |
ILAPI ILubyte ILAPIENTRY | ilGetBppType (ILenum Type) |
ILAPI ILenum ILAPIENTRY | ilGetTypeBpc (ILubyte Bpc) |
ILAPI ILenum ILAPIENTRY | ilGetPalBaseType (ILenum PalType) |
ILAPI ILuint ILAPIENTRY | ilNextPower2 (ILuint Num) |
ILAPI ILenum ILAPIENTRY | ilTypeFromExt (const ILstring FileName) |
ILAPI ILvoid ILAPIENTRY | ilReplaceCurImage (ILimage *Image) |
ILAPI ILvoid ILAPIENTRY | iBindImageTemp (ILvoid) |
ILAPI ILboolean ILAPIENTRY | ilClearImage_ (ILimage *Image) |
ILAPI ILvoid ILAPIENTRY | ilCloseImage (ILimage *Image) |
ILAPI ILvoid ILAPIENTRY | ilClosePal (ILpal *Palette) |
ILAPI ILpal *ILAPIENTRY | iCopyPal (ILvoid) |
ILAPI ILboolean ILAPIENTRY | ilCopyImageAttr (ILimage *Dest, ILimage *Src) |
ILAPI ILimage *ILAPIENTRY | ilCopyImage_ (ILimage *Src) |
ILAPI ILvoid ILAPIENTRY | ilGetClear (ILvoid *Colours, ILenum Format, ILenum Type) |
ILAPI ILuint ILAPIENTRY | ilGetCurName (ILvoid) |
ILAPI ILboolean ILAPIENTRY | ilIsValidPal (ILpal *Palette) |
ILAPI ILimage *ILAPIENTRY | ilNewImage (ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILubyte Bpc) |
ILAPI ILboolean ILAPIENTRY | ilResizeImage (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILubyte Bpc) |
ILAPI ILboolean ILAPIENTRY | ilTexImage_ (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, ILvoid *Data) |
ILAPI ILboolean ILAPIENTRY | ilTexSubImage_ (ILimage *Image, ILvoid *Data) |
ILAPI ILvoid *ILAPIENTRY | ilConvertBuffer (ILuint SizeOfData, ILenum SrcFormat, ILenum DestFormat, ILenum SrcType, ILenum DestType, ILvoid *Buffer) |
ILAPI ILimage *ILAPIENTRY | iConvertImage (ILimage *Image, ILenum DestFormat, ILenum DestType) |
ILAPI ILpal *ILAPIENTRY | iConvertPal (ILpal *Pal, ILenum DestFormat) |
ILAPI ILubyte *ILAPIENTRY | iGetFlipped (ILimage *Image) |
ILAPI ILimage *ILAPIENTRY | iluRotate_ (ILimage *Image, ILfloat Angle) |
ILAPI ILimage *ILAPIENTRY | iluRotate3D_ (ILimage *Image, ILfloat x, ILfloat y, ILfloat z, ILfloat Angle) |
ILAPI ILimage *ILAPIENTRY | iluScale_ (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth) |