|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| bool | imb_addencodedbufferImBuf (ImBuf *ibuf) |
| bool | imb_enlargeencodedbufferImBuf (ImBuf *ibuf) |
| bool imb_addencodedbufferImBuf | ( | ImBuf * | ibuf | ) |
Definition at line 239 of file allocimbuf.cc.
References ImBuf::encoded_buffer, ImBuf::encoded_buffer_size, ImBuf::encoded_size, ImBuf::flags, free_encoded_data(), IB_mem, and imb_alloc_buffer().
Referenced by IMB_dupImBuf(), blender::imbuf::imb_oiio_write(), and imb_save_openexr().
| bool imb_enlargeencodedbufferImBuf | ( | ImBuf * | ibuf | ) |
Definition at line 264 of file allocimbuf.cc.
References CLOG_ERROR, ImBufByteBuffer::data, ImBuf::encoded_buffer, ImBuf::encoded_buffer_size, ImBuf::encoded_size, ImBuf::flags, IB_mem, imb_alloc_buffer(), imb_free_buffer(), and LOG.
Referenced by blender::imbuf::ImBufMemWriter::pwrite().