|
| CanvasGeometry | yaze::gui::anonymous_namespace{canvas_runtime_draw.cc}::GetGeometryFromRuntime (const CanvasRuntime &rt) |
| |
| ImVec2 | yaze::gui::anonymous_namespace{canvas_runtime_draw.cc}::AlignPosToGridHelper (ImVec2 pos, float scale) |
| |
| void | yaze::gui::DrawBitmap (const CanvasRuntime &rt, gfx::Bitmap &bitmap, int border_offset=2, float scale=1.0f) |
| |
| void | yaze::gui::DrawBitmap (const CanvasRuntime &rt, gfx::Bitmap &bitmap, int x_offset, int y_offset, float scale=1.0f, int alpha=255) |
| |
| void | yaze::gui::DrawBitmap (const CanvasRuntime &rt, gfx::Bitmap &bitmap, ImVec2 dest_pos, ImVec2 dest_size, ImVec2 src_pos, ImVec2 src_size) |
| |
| void | yaze::gui::DrawBitmap (const CanvasRuntime &rt, gfx::Bitmap &bitmap, const BitmapDrawOpts &opts) |
| |
| void | yaze::gui::DrawBitmapPreview (const CanvasRuntime &rt, gfx::Bitmap &bitmap, const BitmapPreviewOptions &options) |
| |
| bool | yaze::gui::RenderPreviewPanel (const CanvasRuntime &rt, gfx::Bitmap &bmp, const PreviewPanelOpts &opts) |
| |
| void | yaze::gui::DrawRect (const CanvasRuntime &rt, int x, int y, int w, int h, ImVec4 color) |
| |
| void | yaze::gui::DrawText (const CanvasRuntime &rt, const std::string &text, int x, int y) |
| |
| void | yaze::gui::DrawOutline (const CanvasRuntime &rt, int x, int y, int w, int h, ImU32 color=IM_COL32(255, 255, 255, 200)) |
| |
| bool | yaze::gui::DrawTilemapPainter (const CanvasRuntime &rt, gfx::Tilemap &tilemap, int current_tile, ImVec2 *out_drawn_pos) |
| |
| bool | yaze::gui::DrawTileSelector (const CanvasRuntime &rt, int size, int size_y, ImVec2 *out_selected_pos) |
| |
| void | yaze::gui::DrawSelectRect (const CanvasRuntime &rt, int current_map, int tile_size, float scale, CanvasSelection &selection) |
| |