Blender V2.61 - r43446
|
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, char planes, int w, int h) |
void | IMB_premultiply_rect_float (float *rect_float, char planes, 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 filtrow(), filtrowf(), ImBuf::planes, ImBuf::rect, ImBuf::rect_float, ImBuf::x, and ImBuf::y.
Referenced by IMB_double_x(), and IMB_filter().
Definition at line 296 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, |
char | planes, | ||
int | w, | ||
int | h | ||
) |
Definition at line 532 of file filter.c.
References simple_enum_gen::val, and simple_enum_gen::w.
Referenced by imb_loadtiletiff(), and IMB_premultiply_alpha().
void IMB_premultiply_rect_float | ( | float * | rect_float, |
char | planes, | ||
int | w, | ||
int | h | ||
) |
Definition at line 558 of file filter.c.
References simple_enum_gen::val, and simple_enum_gen::w.
Referenced by IMB_premultiply_alpha().