|
Blender V4.3
|
#include "BLI_utildefines.h"#include "MEM_guardedalloc.h"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"#include "imbuf.hh"Go to the source code of this file.
Functions | |
| bool | IMB_rotate_orthogonal (ImBuf *ibuf, int degrees) |
| void | IMB_flipy (ImBuf *ibuf) |
| void | IMB_flipx (ImBuf *ibuf) |
| void IMB_flipx | ( | ImBuf * | ibuf | ) |
Definition at line 165 of file imbuf/intern/rotate.cc.
References ImBuf::byte_buffer, ImBufByteBuffer::data, ImBufFloatBuffer::data, ImBuf::float_buffer, ImBuf::x, x, ImBuf::y, and y.
Referenced by input_preprocess().
| void IMB_flipy | ( | ImBuf * | ibuf | ) |
Definition at line 106 of file imbuf/intern/rotate.cc.
References ImBuf::byte_buffer, ImBufByteBuffer::data, ImBufFloatBuffer::data, float, ImBuf::float_buffer, int, MEM_freeN(), MEM_mallocN, top, ImBuf::x, and ImBuf::y.
Referenced by imb_load_dpx_cineon(), imb_load_filepath_thumbnail_openexr(), imb_load_filepath_thumbnail_svg(), input_preprocess(), and UI_svg_icon_bitmap().
Definition at line 17 of file imbuf/intern/rotate.cc.
References ImBuf::byte_buffer, ImBuf::channels, ImBufByteBuffer::data, ImBufFloatBuffer::data, ELEM, ImBuf::float_buffer, IMB_rect_from_float(), MEM_dupallocN, MEM_freeN(), ImBuf::x, x, and ImBuf::y.
Referenced by image_rotate_orthogonal_exec().