Searched refs:test_image_cogwheel_argb8888 (Results 1 – 4 of 4) sorted by relevance
83 LV_IMAGE_DECLARE(test_image_cogwheel_argb8888); in test_bin_decoder_argb8888()84 bin_decoder(&test_image_cogwheel_argb8888, "libs/bin_decoder_3.png"); in test_bin_decoder_argb8888()88 LV_IMAGE_DECLARE(test_image_cogwheel_argb8888); in test_bin_decoder_argb8888_tile()89 bin_decoder_tile(&test_image_cogwheel_argb8888, "libs/bin_decoder_4.png"); in test_bin_decoder_argb8888_tile()
116 const lv_image_dsc_t test_image_cogwheel_argb8888 = { variable
72 LV_IMAGE_DECLARE(test_image_cogwheel_argb8888); in draw_shapes()73 img_dsc.header = test_image_cogwheel_argb8888.header; in draw_shapes()74 img_dsc.src = &test_image_cogwheel_argb8888; in draw_shapes()
119 LV_IMAGE_DECLARE(test_image_cogwheel_argb8888); in load_image()120 img_dsc->header = test_image_cogwheel_argb8888.header; in load_image()121 img_dsc->src = &test_image_cogwheel_argb8888; in load_image()