RetroArch
Functions
rpng_test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <file/nbio.h>
#include <formats/rpng.h>
#include <formats/image.h>
Include dependency graph for rpng_test.c:

Functions

static bool rpng_load_image_argb (const char *path, uint32_t **data, unsigned *width, unsigned *height)
 
static int test_rpng (const char *in_path)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ rpng_load_image_argb()

static bool rpng_load_image_argb ( const char *  path,
uint32_t **  data,
unsigned *  width,
unsigned *  height 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_rpng()

static int test_rpng ( const char *  in_path)
static
Here is the call graph for this function:
Here is the caller graph for this function: