Home
last modified time | relevance | path

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

/lvgl-3.6.0/tests/unity/
Dunity_support.c51 static int read_png_file(png_img_t * p, const char * file_name);
82 int res = read_png_file(&p, fn_ref_full); in lv_test_assert_img_eq()
144 static int read_png_file(png_img_t * p, const char * file_name) in read_png_file() function