| AllocateMemory(unsigned int width, unsigned int height) | rendering_engine::ImageData | protected |
| CleanAllocatedMemory() | rendering_engine::ImageData | protected |
| DrawImageOnImageAtPos(unsigned int const x, unsigned int const y, ImageData &toImage, ImageData &fromImage) | rendering_engine::ImageData | static |
| Fill(Color color) | rendering_engine::ImageData | |
| GetHeight() const | rendering_engine::ImageData | inline |
| GetImageDataRGB() const | rendering_engine::ImageData | |
| GetImageDataRGBA() const | rendering_engine::ImageData | |
| GetPixel(unsigned int x, unsigned int y) const | rendering_engine::ImageData | |
| GetSizeInBytes() const | rendering_engine::ImageData | inline |
| GetWidth() const | rendering_engine::ImageData | inline |
| ImageData() | rendering_engine::ImageData | |
| ImageData(unsigned int width, unsigned int height) | rendering_engine::ImageData | |
| ImageData(std::string filepath) | rendering_engine::ImageData | |
| ImageData(std::vector< uint8_t > const &fileBytes) | rendering_engine::ImageData | |
| ImageData(unsigned int width, unsigned int height, std::vector< unsigned int > const &pixelsRGBA) | rendering_engine::ImageData | |
| ImageData(const ImageData &src) | rendering_engine::ImageData | |
| LoadImageDataRGB(std::vector< unsigned int > const &pixels) | rendering_engine::ImageData | protected |
| LoadImageDataRGBA(std::vector< unsigned int > const &pixels) | rendering_engine::ImageData | protected |
| LoadTextureJpegFile(char const *filename) | rendering_engine::ImageData | protected |
| LoadTexturePngFile(char const *filename) | rendering_engine::ImageData | protected |
| operator=(const ImageData &rhs) | rendering_engine::ImageData | |
| SetPixel(unsigned int x, unsigned int y, Color color) | rendering_engine::ImageData | |
| WriteJpegFile(char const *filename) | rendering_engine::ImageData | |
| WritePngFile(char const *filename) | rendering_engine::ImageData | |
| ~ImageData() | rendering_engine::ImageData | |