#include <canvas_types.h>
Public Attributes | |
| ImVec2 | dest_pos = ImVec2(0, 0) |
| ImVec2 | dest_size = ImVec2(0, 0) |
| ImVec2 | src_pos = ImVec2(0, 0) |
| ImVec2 | src_size = ImVec2(0, 0) |
| float | scale = 1.0f |
| int | alpha = 255 |
| bool | ensure_texture = true |
Definition at line 90 of file canvas_types.h.
| ImVec2 yaze::gui::BitmapDrawOpts::dest_pos = ImVec2(0, 0) |
Definition at line 91 of file canvas_types.h.
Referenced by yaze::gui::DrawBitmap(), yaze::editor::LinkSpritePanel::DrawPreviewCanvas(), and yaze::editor::LinkSpriteView::DrawPreviewCanvas().
| ImVec2 yaze::gui::BitmapDrawOpts::dest_size = ImVec2(0, 0) |
Definition at line 92 of file canvas_types.h.
Referenced by yaze::gui::DrawBitmap(), yaze::editor::LinkSpritePanel::DrawPreviewCanvas(), and yaze::editor::LinkSpriteView::DrawPreviewCanvas().
| ImVec2 yaze::gui::BitmapDrawOpts::src_pos = ImVec2(0, 0) |
Definition at line 93 of file canvas_types.h.
Referenced by yaze::gui::DrawBitmap().
| ImVec2 yaze::gui::BitmapDrawOpts::src_size = ImVec2(0, 0) |
Definition at line 94 of file canvas_types.h.
Referenced by yaze::gui::DrawBitmap().
| float yaze::gui::BitmapDrawOpts::scale = 1.0f |
Definition at line 95 of file canvas_types.h.
Referenced by yaze::gui::DrawBitmap().
| int yaze::gui::BitmapDrawOpts::alpha = 255 |
Definition at line 96 of file canvas_types.h.
Referenced by yaze::gui::DrawBitmap().
| bool yaze::gui::BitmapDrawOpts::ensure_texture = true |
Definition at line 97 of file canvas_types.h.
Referenced by yaze::gui::DrawBitmap(), yaze::editor::LinkSpritePanel::DrawPreviewCanvas(), and yaze::editor::LinkSpriteView::DrawPreviewCanvas().