Blender
V3.3
|
Definition at line 50 of file paint_image_2d.c.
CurveMaskCache BrushPainterCache::curve_mask_cache |
Definition at line 70 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), and brush_painter_cache_2d_free().
ImBuf* BrushPainterCache::ibuf |
Definition at line 63 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_imbuf_partial_update(), and brush_painter_imbuf_update().
int BrushPainterCache::image_size[2] |
Definition at line 72 of file paint_image_2d.c.
bool BrushPainterCache::invert |
Definition at line 53 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
bool BrushPainterCache::is_maskbrush |
Definition at line 56 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), and brush_painter_2d_require_imbuf().
bool BrushPainterCache::is_texbrush |
Definition at line 55 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
float BrushPainterCache::last_mask_rotation |
Definition at line 60 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache().
float BrushPainterCache::last_pressure |
Definition at line 61 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache().
float BrushPainterCache::last_tex_rotation |
Definition at line 59 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache().
int BrushPainterCache::lastdiameter |
Definition at line 58 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), and paint_2d_ensure_tile_canvas().
ushort* BrushPainterCache::tex_mask |
Definition at line 65 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_mask_imbuf_partial_update(), and brush_painter_mask_imbuf_update().
ushort* BrushPainterCache::tex_mask_old |
Definition at line 66 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_cache_2d_free(), brush_painter_mask_imbuf_partial_update(), and brush_painter_mask_imbuf_update().
uint BrushPainterCache::tex_mask_old_h |
Definition at line 68 of file paint_image_2d.c.
Referenced by brush_painter_mask_imbuf_partial_update().
uint BrushPainterCache::tex_mask_old_w |
Definition at line 67 of file paint_image_2d.c.
Referenced by brush_painter_mask_imbuf_partial_update(), and brush_painter_mask_imbuf_update().
ImBuf* BrushPainterCache::texibuf |
Definition at line 64 of file paint_image_2d.c.
Referenced by brush_painter_cache_2d_free(), brush_painter_imbuf_partial_update(), and brush_painter_imbuf_update().
bool BrushPainterCache::use_color_correction |
Definition at line 52 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), and brush_painter_imbuf_update().
bool BrushPainterCache::use_float |
Definition at line 51 of file paint_image_2d.c.
Referenced by brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), brush_painter_imbuf_partial_update(), and brush_painter_imbuf_update().