|
Blender
V2.93
|
Public Attributes | |
| ImageUser | iuser |
| ImBuf * | canvas |
| float | radius_fac |
| int | size [2] |
| float | uv_origin [2] |
| bool | need_redraw |
| BrushPainterCache | cache |
| ImagePaintTileState | state |
| float | last_paintpos [2] |
| float | start_paintpos [2] |
Definition at line 115 of file paint_image_2d.c.
| BrushPainterCache ImagePaintTile::cache |
Definition at line 122 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_2d_require_imbuf(), brush_painter_imbuf_new(), brush_painter_imbuf_partial_update(), brush_painter_imbuf_update(), brush_painter_mask_imbuf_partial_update(), brush_painter_mask_imbuf_update(), paint_2d_do_making_brush(), paint_2d_ensure_tile_canvas(), paint_2d_lift_soften(), paint_2d_op(), and paint_2d_stroke_done().
| ImBuf* ImagePaintTile::canvas |
Definition at line 117 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), paint_2d_canvas_free(), paint_2d_canvas_set(), paint_2d_do_making_brush(), paint_2d_ensure_tile_canvas(), paint_2d_new_stroke(), paint_2d_op(), and paint_2d_stroke().
| ImageUser ImagePaintTile::iuser |
Definition at line 116 of file paint_image_2d.c.
Referenced by paint_2d_do_making_brush(), paint_2d_ensure_tile_canvas(), paint_2d_get_tile_iuser(), paint_2d_new_stroke(), paint_2d_op(), and paint_2d_redraw().
| float ImagePaintTile::last_paintpos[2] |
Definition at line 126 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), brush_painter_imbuf_partial_update(), brush_painter_mask_imbuf_partial_update(), and paint_2d_stroke().
| bool ImagePaintTile::need_redraw |
Definition at line 121 of file paint_image_2d.c.
Referenced by paint_2d_redraw(), and paint_2d_stroke().
| float ImagePaintTile::radius_fac |
Definition at line 118 of file paint_image_2d.c.
Referenced by paint_2d_ensure_tile_canvas(), paint_2d_new_stroke(), and paint_2d_stroke().
| int ImagePaintTile::size[2] |
Definition at line 119 of file paint_image_2d.c.
Referenced by paint_2d_ensure_tile_canvas(), paint_2d_new_stroke(), paint_2d_stroke(), and paint_2d_uv_to_coord().
| float ImagePaintTile::start_paintpos[2] |
Definition at line 127 of file paint_image_2d.c.
Referenced by brush_painter_2d_refresh_cache(), and paint_2d_stroke().
| ImagePaintTileState ImagePaintTile::state |
Definition at line 124 of file paint_image_2d.c.
Referenced by paint_2d_ensure_tile_canvas(), and paint_2d_new_stroke().
| float ImagePaintTile::uv_origin[2] |
Definition at line 120 of file paint_image_2d.c.
Referenced by paint_2d_new_stroke(), paint_2d_stroke(), and paint_2d_uv_to_coord().