#include <tile16_stamp.h>

Public Attributes | |
| gfx::Tile16 | current_tile16 |
| int | current_tile16_id = 0 |
| int | selected_tile8_id = 0 |
| int | stamp_size = 1 |
| int | quadrant_index = 0 |
| uint8_t | palette_id = 0 |
| bool | x_flip = false |
| bool | y_flip = false |
| bool | priority = false |
| int | tile8_row_stride = 16 |
| int | tile16_row_stride = 8 |
| int | max_tile8_id = 1023 |
| int | max_tile16_id = 0x0FFF |
Definition at line 17 of file tile16_stamp.h.
| gfx::Tile16 yaze::zelda3::Tile16StampRequest::current_tile16 |
Definition at line 18 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), and yaze::editor::Tile16Editor::DrawToCurrentTile16().
| int yaze::zelda3::Tile16StampRequest::current_tile16_id = 0 |
Definition at line 19 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), and yaze::editor::Tile16Editor::DrawToCurrentTile16().
| int yaze::zelda3::Tile16StampRequest::selected_tile8_id = 0 |
Definition at line 20 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), and yaze::editor::Tile16Editor::DrawToCurrentTile16().
| int yaze::zelda3::Tile16StampRequest::stamp_size = 1 |
Definition at line 21 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), and yaze::editor::Tile16Editor::DrawToCurrentTile16().
| int yaze::zelda3::Tile16StampRequest::quadrant_index = 0 |
Definition at line 22 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), and yaze::editor::Tile16Editor::DrawToCurrentTile16().
| uint8_t yaze::zelda3::Tile16StampRequest::palette_id = 0 |
Definition at line 24 of file tile16_stamp.h.
Referenced by yaze::editor::Tile16Editor::DrawToCurrentTile16(), and yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::MakeStampedTileInfo().
| bool yaze::zelda3::Tile16StampRequest::x_flip = false |
Definition at line 25 of file tile16_stamp.h.
Referenced by yaze::editor::Tile16Editor::DrawToCurrentTile16(), yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::Make2xStampTile(), and yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::MakeStampedTileInfo().
| bool yaze::zelda3::Tile16StampRequest::y_flip = false |
Definition at line 26 of file tile16_stamp.h.
Referenced by yaze::editor::Tile16Editor::DrawToCurrentTile16(), yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::Make2xStampTile(), and yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::MakeStampedTileInfo().
| bool yaze::zelda3::Tile16StampRequest::priority = false |
Definition at line 27 of file tile16_stamp.h.
Referenced by yaze::editor::Tile16Editor::DrawToCurrentTile16(), and yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::MakeStampedTileInfo().
| int yaze::zelda3::Tile16StampRequest::tile8_row_stride = 16 |
Definition at line 29 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), yaze::editor::Tile16Editor::DrawToCurrentTile16(), and yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::Make2xStampTile().
| int yaze::zelda3::Tile16StampRequest::tile16_row_stride = 8 |
Definition at line 30 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), and yaze::editor::Tile16Editor::DrawToCurrentTile16().
| int yaze::zelda3::Tile16StampRequest::max_tile8_id = 1023 |
Definition at line 31 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), yaze::editor::Tile16Editor::DrawToCurrentTile16(), and yaze::zelda3::anonymous_namespace{tile16_stamp.cc}::MakeStampedTileInfo().
| int yaze::zelda3::Tile16StampRequest::max_tile16_id = 0x0FFF |
Definition at line 32 of file tile16_stamp.h.
Referenced by yaze::zelda3::BuildTile16StampMutations(), and yaze::editor::Tile16Editor::DrawToCurrentTile16().