|
Blender
V2.93
|
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 |
Definition at line 146 of file COM_VectorBlurOperation.cc.
| float blender::compositor::ZSpan::clipcrop |
Definition at line 161 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_alloc_span().
| const float * blender::compositor::ZSpan::maxp1 |
Definition at line 153 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 153 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 151 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 151 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 153 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 153 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 151 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 151 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 160 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 148 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 148 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 159 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 154 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 154 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 157 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().
| float blender::compositor::ZSpan::zmuly |
Definition at line 157 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().
| float blender::compositor::ZSpan::zofsx |
Definition at line 157 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().
| float blender::compositor::ZSpan::zofsy |
Definition at line 157 of file COM_VectorBlurOperation.cc.
Referenced by blender::compositor::zbuf_accumulate_vecblur().