Blender  V3.3
Functions
rotate.c File Reference
#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)
 

Function Documentation

◆ IMB_flipx()

void IMB_flipx ( struct ImBuf ibuf)
Attention
Defined in rotate.c

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().

◆ IMB_flipy()

void IMB_flipy ( struct ImBuf ibuf)