Home
last modified time | relevance | path

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

/lvgl-latest/tests/unity/
Dunity_support.c60 } png_image_t; typedef
66 static int read_png_file(png_image_t * p, const char * file_name);
68 static void png_release(png_image_t * p);
157 png_image_t p; in screenshot_compare()
222 static int read_png_file(png_image_t * p, const char * file_name) in read_png_file()
370 static void png_release(png_image_t * p) in png_release()