|
Blender V4.5
|
#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 70 of file tile_highlight.cc.
References lock.
Referenced by RE_engine_tile_highlight_clear_all().
Definition at line 78 of file tile_highlight.cc.
Referenced by RE_engine_get_current_tiles().
| void blender::render::TilesHighlight::highlight_tile | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height ) |
Definition at line 42 of file tile_highlight.cc.
Referenced by RE_engine_tile_highlight_set().
| void blender::render::TilesHighlight::highlight_tile_for_result | ( | const RenderResult * | result | ) |
Definition at line 30 of file tile_highlight.cc.
Referenced by RE_engine_end_result().
| void blender::render::TilesHighlight::unhighlight_tile | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height ) |
Definition at line 48 of file tile_highlight.cc.
Referenced by RE_engine_tile_highlight_set().
| void blender::render::TilesHighlight::unhighlight_tile_for_result | ( | const RenderResult * | result | ) |
Definition at line 36 of file tile_highlight.cc.
Referenced by RE_engine_end_result().