Blender V2.61 - r43446
|
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"
#include "imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
#include "IMB_allocimbuf.h"
Go to the source code of this file.
Functions | |
void | IMB_flipy (struct ImBuf *ibuf) |
void | IMB_flipx (struct ImBuf *ibuf) |
Definition in file rotate.c.
void IMB_flipx | ( | struct ImBuf * | ibuf | ) |
Definition at line 100 of file rotate.c.
References NULL, ImBuf::rect, ImBuf::rect_float, SWAP, ImBuf::x, and ImBuf::y.
Referenced by input_preprocess().
void IMB_flipy | ( | struct ImBuf * | ibuf | ) |
Definition at line 47 of file rotate.c.
References MEM_freeN(), MEM_mallocN(), NULL, ImBuf::rect, ImBuf::rect_float, ImBuf::x, and ImBuf::y.
Referenced by imb_load_dds(), imb_loadhdr(), imb_loadtarga(), index_rebuild_fallback(), and input_preprocess().