Blender  V2.59
Functions
RE_render_ext.h File Reference

Go to the source code of this file.

Functions

void RE_make_sticky (struct Scene *scene, struct View3D *v3d)
int externtex (struct MTex *mtex, float *vec, float *tin, float *tr, float *tg, float *tb, float *ta, const int thread)
void texture_rgb_blend (float *in, float *tex, float *out, float fact, float facg, int blendtype)
float texture_value_blend (float tex, float out, float fact, float facg, int blendtype)
void ibuf_sample (struct ImBuf *ibuf, float fx, float fy, float dx, float dy, float *result)
void antialias_tagbuf (int xsize, int ysize, char *rectmove)

Detailed Description

Definition in file RE_render_ext.h.


Function Documentation

void antialias_tagbuf ( int  xsize,
int  ysize,
char *  rectmove 
)

Definition at line 2733 of file zbuf.c.

References next.

Referenced by do_idmask(), node_composit_exec_zcombine(), and RE_zbuf_accumulate_vecblur().

int externtex ( struct MTex mtex,
float *  vec,
float *  tin,
float *  tr,
float *  tg,
float *  tb,
float *  ta,
const int  thread 
)
void ibuf_sample ( struct ImBuf ibuf,
float  fx,
float  fy,
float  dx,
float  dy,
float *  result 
)
void RE_make_sticky ( struct Scene scene,
struct View3D v3d 
)
void texture_rgb_blend ( float *  in,
float *  tex,
float *  out,
float  fact,
float  facg,
int  blendtype 
)
float texture_value_blend ( float  tex,
float  out,
float  fact,
float  facg,
int  blendtype 
)