Home
last modified time | relevance | path

Searched refs:alloc_file (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/libpng/
Dlv_libpng.c208 static uint8_t * alloc_file(const char * filename, uint32_t * size) in alloc_file() function
274 png_data = alloc_file(dsc->src, &png_data_size); in decode_png()