Blender V2.61 - r43446
|
Header file for allocimbuf.c. More...
Go to the source code of this file.
Functions | |
short | imb_addplanesImBuf (struct ImBuf *ibuf) |
short | imb_addencodedbufferImBuf (struct ImBuf *ibuf) |
short | imb_enlargeencodedbufferImBuf (struct ImBuf *ibuf) |
void | imb_freeplanesImBuf (struct ImBuf *ibuf) |
short | imb_addcmapImBuf (struct ImBuf *ibuf) |
Header file for allocimbuf.c.
Definition in file IMB_allocimbuf.h.
short imb_addcmapImBuf | ( | struct ImBuf * | ibuf | ) |
short imb_addencodedbufferImBuf | ( | struct ImBuf * | ibuf | ) |
Definition at line 225 of file allocimbuf.c.
References ImBuf::encodedbuffer, ImBuf::encodedbuffersize, ImBuf::encodedsize, FALSE, ImBuf::flags, freeencodedbufferImBuf(), IB_mem, ImBuf::mall, MEM_mallocN(), NULL, and TRUE.
Referenced by IMB_dupImBuf(), imb_save_openexr(), and imb_savepng().
short imb_addplanesImBuf | ( | struct ImBuf * | ibuf | ) |
short imb_enlargeencodedbufferImBuf | ( | struct ImBuf * | ibuf | ) |
Definition at line 246 of file allocimbuf.c.
References ImBuf::encodedbuffer, ImBuf::encodedbuffersize, ImBuf::encodedsize, FALSE, ImBuf::flags, freeencodedbufferImBuf(), IB_mem, ImBuf::mall, MEM_mallocN(), NULL, and TRUE.
Referenced by WriteData().
void imb_freeplanesImBuf | ( | struct ImBuf * | ibuf | ) |