Home
last modified time | relevance | path

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

/lvgl-latest/tests/unity/
Dunity_support.c147 char fn_ref_full[256]; in screenshot_compare() local
148 lv_snprintf(fn_ref_full, sizeof(fn_ref_full), "%s%s", REF_IMGS_PATH, fn_ref); in screenshot_compare()
150 create_folders_if_needed(fn_ref_full); in screenshot_compare()
158 int res = read_png_file(&p, fn_ref_full); in screenshot_compare()
160 … TEST_PRINTF("%s%s", fn_ref_full, " was not found, creating is now from the rendered screen"); in screenshot_compare()
162 write_png_file(screen_buf_xrgb8888, 800, 480, fn_ref_full); in screenshot_compare()
194 fn_ref_full, mode, x, y, ref_px, act_px, tolerance); in screenshot_compare()