Searched refs:lv_animimg_get_src_count (Results 1 – 3 of 3) sorted by relevance
69 uint8_t actual_count = lv_animimg_get_src_count(animimg); in test_animimg_get_src_count()119 TEST_ASSERT_EQUAL_INT(lv_animimg_get_src_count(obj), 3); in test_animimg_property()
110 uint8_t lv_animimg_get_src_count(lv_obj_t * img);
67 .getter = lv_animimg_get_src_count,152 uint8_t lv_animimg_get_src_count(lv_obj_t * obj) in lv_animimg_get_src_count() function