This is the complete list of members for yaze::app::gfx::Tilesheet, including all inherited members.
bitmap() const | yaze::app::gfx::Tilesheet | inline |
bitmap_ | yaze::app::gfx::Tilesheet | private |
CalculateTileIndex(int x, int y) | yaze::app::gfx::Tilesheet | inlineprivate |
clear() | yaze::app::gfx::Tilesheet | inline |
ComposeAndPlaceTilePart(const std::vector< uint8_t > &graphics_buffer, const TileInfo &tile_info, int baseX, int baseY) | yaze::app::gfx::Tilesheet | |
ComposeTile16(const std::vector< uint8_t > &graphics_buffer, const TileInfo &top_left, const TileInfo &top_right, const TileInfo &bottom_left, const TileInfo &bottom_right, int sheet_offset=0) | yaze::app::gfx::Tilesheet | |
CopyTile(int srcX, int srcY, int destX, int destY, bool mirror_x=false, bool mirror_y=false) | yaze::app::gfx::Tilesheet | inline |
FetchTileDataFromGraphicsBuffer(const std::vector< uint8_t > &graphics_buffer, int tile_id) | yaze::app::gfx::Tilesheet | private |
GetTile(int tileX, int tileY, int bmp_width, int bmp_height) | yaze::app::gfx::Tilesheet | inline |
GetTile16(int tile_id) | yaze::app::gfx::Tilesheet | inline |
Init(int width, int height, TileType tile_type) | yaze::app::gfx::Tilesheet | |
internal_data_ | yaze::app::gfx::Tilesheet | private |
MirrorTileData(std::vector< uint8_t > &tileData, bool mirror_x, bool mirror_y) | yaze::app::gfx::Tilesheet | private |
MirrorTileDataHorizontally(std::vector< uint8_t > &tileData) | yaze::app::gfx::Tilesheet | private |
MirrorTileDataVertically(std::vector< uint8_t > &tileData) | yaze::app::gfx::Tilesheet | private |
ModifyTile16(const std::vector< uint8_t > &graphics_buffer, const TileInfo &top_left, const TileInfo &top_right, const TileInfo &bottom_left, const TileInfo &bottom_right, int tile_id, int sheet_offset=0) | yaze::app::gfx::Tilesheet | |
mutable_bitmap() | yaze::app::gfx::Tilesheet | inline |
mutable_tile_info() | yaze::app::gfx::Tilesheet | inline |
num_tiles() const | yaze::app::gfx::Tilesheet | inline |
num_tiles_ | yaze::app::gfx::Tilesheet | private |
palette() const | yaze::app::gfx::Tilesheet | inline |
palette_ | yaze::app::gfx::Tilesheet | private |
set_palette(gfx::SnesPalette &palette) | yaze::app::gfx::Tilesheet | inline |
sheet_offset_ | yaze::app::gfx::Tilesheet | private |
tile_height() const | yaze::app::gfx::Tilesheet | inline |
tile_height_ | yaze::app::gfx::Tilesheet | private |
tile_info() const | yaze::app::gfx::Tilesheet | inline |
tile_info_ | yaze::app::gfx::Tilesheet | private |
tile_type() const | yaze::app::gfx::Tilesheet | inline |
tile_type_ | yaze::app::gfx::Tilesheet | private |
tile_width() const | yaze::app::gfx::Tilesheet | inline |
tile_width_ | yaze::app::gfx::Tilesheet | private |
Tilesheet()=default | yaze::app::gfx::Tilesheet | |
Tilesheet(std::shared_ptr< Bitmap > bitmap, int tileWidth, int tileHeight, TileType tile_type) | yaze::app::gfx::Tilesheet | inline |
WriteTile(int x, int y, const std::vector< uint8_t > &tileData) | yaze::app::gfx::Tilesheet | inlineprivate |