|
Blender V5.0
|
#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 |
References blender::operator==(), result, x, and y.
| void blender::render::TilesHighlight::clear | ( | ) |
Definition at line 70 of file tile_highlight.cc.
Referenced by clear(), and RE_engine_tile_highlight_clear_all().
Definition at line 78 of file tile_highlight.cc.
References get_all_highlighted_tiles(), lock, and tile.
Referenced by get_all_highlighted_tiles(), and 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.
References highlight_tile(), tile, x, and y.
Referenced by highlight_tile(), highlight_tile_for_result(), and 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.
References highlight_tile(), highlight_tile_for_result(), result, and tile.
Referenced by highlight_tile_for_result(), and 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.
References tile, unhighlight_tile(), x, and y.
Referenced by RE_engine_tile_highlight_set(), unhighlight_tile(), and unhighlight_tile_for_result().
| void blender::render::TilesHighlight::unhighlight_tile_for_result | ( | const RenderResult * | result | ) |
Definition at line 36 of file tile_highlight.cc.
References result, tile, unhighlight_tile(), and unhighlight_tile_for_result().
Referenced by RE_engine_end_result(), and unhighlight_tile_for_result().