Home
last modified time | relevance | path

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

/lvgl-3.6.0/tests/unity/
Dunity_support.c52 static int write_png_file(void * raw_img, uint32_t width, uint32_t height, char * file_name);
209 static int write_png_file(void * raw_img, uint32_t width, uint32_t height, char * file_name) in write_png_file() argument
264 uint8_t * raw_img8 = (uint8_t *)raw_img; in write_png_file()