Blender
V3.3
|
Public Attributes | |
int | rectx |
int | recty |
int | miny1 |
int | maxy1 |
int | miny2 |
int | maxy2 |
const float * | minp1 |
const float * | maxp1 |
const float * | minp2 |
const float * | maxp2 |
float * | span1 |
float * | span2 |
float | zmulx |
float | zmuly |
float | zofsx |
float | zofsy |
int * | rectz |
DrawBufPixel * | rectdraw |
float | clipcrop |
Span fill in method, is also used to localize data for Z-buffering.
Definition at line 175 of file COM_VectorBlurOperation.cc.
float blender::compositor::ZSpan::clipcrop |
Definition at line 190 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_alloc_span().
const float * blender::compositor::ZSpan::maxp1 |
Definition at line 182 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), and blender::compositor::zbuf_init_span().
const float * blender::compositor::ZSpan::maxp2 |
Definition at line 182 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_init_span().
int blender::compositor::ZSpan::maxy1 |
Definition at line 180 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_init_span().
int blender::compositor::ZSpan::maxy2 |
Definition at line 180 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_init_span().
const float* blender::compositor::ZSpan::minp1 |
Definition at line 182 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), and blender::compositor::zbuf_init_span().
const float * blender::compositor::ZSpan::minp2 |
Definition at line 182 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_init_span().
int blender::compositor::ZSpan::miny1 |
Definition at line 180 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_init_span().
int blender::compositor::ZSpan::miny2 |
Definition at line 180 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_init_span().
DrawBufPixel* blender::compositor::ZSpan::rectdraw |
Definition at line 189 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur(), and blender::compositor::zbuf_fill_in_rgba().
int blender::compositor::ZSpan::rectx |
Definition at line 177 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_alloc_span(), and blender::compositor::zbuf_fill_in_rgba().
int blender::compositor::ZSpan::recty |
Definition at line 177 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_alloc_span(), and blender::compositor::zbuf_init_span().
int* blender::compositor::ZSpan::rectz |
Definition at line 188 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur(), and blender::compositor::zbuf_fill_in_rgba().
float* blender::compositor::ZSpan::span1 |
Definition at line 183 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_alloc_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_free_span().
float * blender::compositor::ZSpan::span2 |
Definition at line 183 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_add_to_span(), blender::compositor::zbuf_alloc_span(), blender::compositor::zbuf_fill_in_rgba(), and blender::compositor::zbuf_free_span().
float blender::compositor::ZSpan::zmulx |
Definition at line 186 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().
float blender::compositor::ZSpan::zmuly |
Definition at line 186 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().
float blender::compositor::ZSpan::zofsx |
Definition at line 186 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().
float blender::compositor::ZSpan::zofsy |
Definition at line 186 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().