yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
canvas_pipelines.h File Reference
#include <string>
#include "app/gfx/core/bitmap.h"
#include "app/gui/canvas/canvas_types.h"
Include dependency graph for canvas_pipelines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::gui
 Graphical User Interface (GUI) components for the application.
 

Functions

void yaze::gui::BeginCanvas (Canvas &canvas, ImVec2 child_size)
 
void yaze::gui::EndCanvas (Canvas &canvas)
 
void yaze::gui::GraphicsBinCanvasPipeline (int width, int height, int tile_size, int num_sheets_to_load, int canvas_id, bool is_loaded, gfx::BitmapTable &graphics_bin)
 
void yaze::gui::BitmapCanvasPipeline (Canvas &canvas, gfx::Bitmap &bitmap, int width, int height, int tile_size, bool is_loaded, bool scrollbar, int canvas_id)
 
void yaze::gui::TableCanvasPipeline (Canvas &canvas, gfx::Bitmap &bitmap, const std::string &label, bool auto_resize)
 
CanvasRuntime yaze::gui::BeginCanvas (Canvas &canvas, const CanvasFrameOptions &options)
 
void yaze::gui::EndCanvas (Canvas &canvas, CanvasRuntime &, const CanvasFrameOptions &options)
 
ZoomToFitResult yaze::gui::ComputeZoomToFit (ImVec2 content_px, ImVec2 canvas_px, float padding_px)
 
ImVec2 yaze::gui::ClampScroll (ImVec2 scroll, ImVec2 content_px, ImVec2 canvas_px)