|
Blender
V2.59
|
Function declarations for filter.c. More...
Go to the source code of this file.
Functions | |
| void | imb_filterx (struct ImBuf *ibuf) |
| void | IMB_premultiply_rect (unsigned int *rect, int depth, int w, int h) |
| void | IMB_premultiply_rect_float (float *rect_float, int depth, int w, int h) |
| void | imb_onehalf_no_alloc (struct ImBuf *ibuf2, struct ImBuf *ibuf1) |
Function declarations for filter.c.
Definition in file IMB_filter.h.
| void imb_filterx | ( | struct ImBuf * | ibuf | ) |
Definition at line 174 of file filter.c.
References ImBuf::depth, filtrow(), filtrowf(), ImBuf::rect, ImBuf::rect_float, ImBuf::x, and ImBuf::y.
Referenced by IMB_double_x(), and IMB_filter().
Definition at line 298 of file scaling.c.
References imb_addrectImBuf(), NULL, ImBuf::rect, ImBuf::rect_float, ImBuf::x, and ImBuf::y.
Referenced by IMB_onehalf(), and IMB_remakemipmap().
| void IMB_premultiply_rect | ( | unsigned int * | rect, |
| int | depth, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 528 of file filter.c.
References simple_enum_gen::val, and simple_enum_gen::w.
Referenced by IMB_premultiply_alpha().
| void IMB_premultiply_rect_float | ( | float * | rect_float, |
| int | depth, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 554 of file filter.c.
References simple_enum_gen::val, and simple_enum_gen::w.
Referenced by IMB_premultiply_alpha().