RetroArch
|
Public Attributes | |
struct rpng_process * | process |
bool | has_ihdr |
bool | has_idat |
bool | has_iend |
bool | has_plte |
bool | has_trns |
struct idat_buffer | idat_buf |
struct png_ihdr | ihdr |
uint8_t * | buff_data |
uint32_t | palette [256] |
uint8_t* rpng::buff_data |
bool rpng::has_idat |
bool rpng::has_iend |
bool rpng::has_ihdr |
bool rpng::has_plte |
bool rpng::has_trns |
struct idat_buffer rpng::idat_buf |
struct png_ihdr rpng::ihdr |
uint32_t rpng::palette[256] |
struct rpng_process* rpng::process |