Blender
V3.3
|
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "imbuf.h"
Go to the source code of this file.
Functions | |
void | IMB_flipy (struct ImBuf *ibuf) |
void | IMB_flipx (struct ImBuf *ibuf) |
Definition at line 75 of file rotate.c.
References NULL, ImBuf::rect, ImBuf::rect_float, SWAP, x, ImBuf::x, y, and ImBuf::y.
Referenced by input_preprocess().
Definition at line 16 of file rotate.c.
References bottom, float(), MEM_freeN, MEM_mallocN, NULL, ImBuf::rect, ImBuf::rect_float, stride, top, ImBuf::x, and ImBuf::y.
Referenced by imb_load_dds(), imb_load_dpx_cineon(), imb_load_filepath_thumbnail_openexr(), imb_loadhdr(), imb_loadtarga(), and input_preprocess().