|
Blender V4.3
|
#include <tile_highlight.h>
Public Member Functions | |
| TilesHighlight ()=default | |
| ~TilesHighlight ()=default | |
| void | highlight_tile_for_result (const RenderResult *result) |
| void | unhighlight_tile_for_result (const RenderResult *result) |
| void | highlight_tile (int x, int y, int width, int height) |
| void | unhighlight_tile (int x, int y, int width, int height) |
| void | clear () |
| Span< rcti > | get_all_highlighted_tiles () const |
Definition at line 21 of file tile_highlight.h.
|
default |
|
default |
| void blender::render::TilesHighlight::clear | ( | ) |
Definition at line 71 of file tile_highlight.cc.
References lock.
Referenced by RE_engine_tile_highlight_clear_all().
Definition at line 79 of file tile_highlight.cc.
Referenced by RE_engine_get_current_tiles().
Definition at line 43 of file tile_highlight.cc.
References tile.
Referenced by RE_engine_tile_highlight_set().
| void blender::render::TilesHighlight::highlight_tile_for_result | ( | const RenderResult * | result | ) |
Definition at line 31 of file tile_highlight.cc.
References tile.
Referenced by RE_engine_end_result().
Definition at line 49 of file tile_highlight.cc.
References tile.
Referenced by RE_engine_tile_highlight_set().
| void blender::render::TilesHighlight::unhighlight_tile_for_result | ( | const RenderResult * | result | ) |
Definition at line 37 of file tile_highlight.cc.
References tile.
Referenced by RE_engine_end_result().