RetroArch
|
Functions | |
static bool | write_header_bmp (RFILE *file, unsigned width, unsigned height, bool is32bpp) |
static void | dump_line_565_to_24 (uint8_t *line, const uint16_t *src, unsigned width) |
static void | dump_line_32_to_24 (uint8_t *line, const uint32_t *src, unsigned width) |
static void | dump_content (RFILE *file, const void *frame, int width, int height, int pitch, enum rbmp_source_type type) |
bool | rbmp_save_image (const char *filename, const void *frame, unsigned width, unsigned height, unsigned pitch, enum rbmp_source_type type) |
|
static |
bool rbmp_save_image | ( | const char * | filename, |
const void * | frame, | ||
unsigned | width, | ||
unsigned | height, | ||
unsigned | pitch, | ||
enum rbmp_source_type | type | ||
) |