| _bgNumber | ComSquare::PPU::Background | private |
| _bpp | ComSquare::PPU::Background | private |
| _cgram | ComSquare::PPU::Background | private |
| _characterNbPixels | ComSquare::PPU::Background | private |
| _directColor | ComSquare::PPU::Background | private |
| _drawBasicTileMap(uint16_t baseAddress, Vector2< int > offset) | ComSquare::PPU::Background | private |
| _drawTile(uint16_t data, Vector2< int > indexOffset) | ComSquare::PPU::Background | private |
| _drawTileFromMemoryToTileBuffer(const union Utils::TileData &tileData) | ComSquare::PPU::Background | private |
| _highRes | ComSquare::PPU::Background | private |
| _ppu | ComSquare::PPU::Background | private |
| _tileBuffer | ComSquare::PPU::Background | private |
| _tileMapMirroring | ComSquare::PPU::Background | private |
| _tileMapStartAddress | ComSquare::PPU::Background | private |
| _tileRenderer | ComSquare::PPU::Background | private |
| _tilesetAddress | ComSquare::PPU::Background | private |
| _vram | ComSquare::PPU::Background | private |
| Background(PPU &_ppu, int backgroundNumber) | ComSquare::PPU::Background | |
| Background(const Background &)=default | ComSquare::PPU::Background | |
| backgroundSize | ComSquare::PPU::Background | |
| buffer | ComSquare::PPU::Background | |
| getBgNumber() const | ComSquare::PPU::Background | |
| isPriorityPixel(int x, int y) const | ComSquare::PPU::Background | |
| mergeBackgroundBuffer(std::array< std::array< uint32_t, DEST_SIZE_Y >, DEST_SIZE_X > &bufferDest, std::array< std::array< unsigned char, DEST_SIZE_Y >, DEST_SIZE_X > &pixelDestinationLevelMap, const Background &backgroundSrc) | ComSquare::PPU::Background | inlinestatic |
| NbCharacterHeight | ComSquare::PPU::Background | privatestatic |
| NbCharacterWidth | ComSquare::PPU::Background | privatestatic |
| NbTilePerRow | ComSquare::PPU::Background | privatestatic |
| operator=(const Background &)=delete | ComSquare::PPU::Background | |
| renderBackground() | ComSquare::PPU::Background | |
| setBpp(int bpp) | ComSquare::PPU::Background | |
| setCharacterSize(Vector2< int > size) | ComSquare::PPU::Background | |
| setTileMapMirroring(Vector2< bool > tileMaps) | ComSquare::PPU::Background | |
| setTileMapStartAddress(uint16_t address) | ComSquare::PPU::Background | |
| setTilesetAddress(uint16_t address) | ComSquare::PPU::Background | |
| TileMapByteSize | ComSquare::PPU::Background | privatestatic |
| tilesPriority | ComSquare::PPU::Background | |
| ~Background()=default | ComSquare::PPU::Background | |