Searched refs:c_ref (Results 1 – 2 of 2) sorted by relevance
167 void lv_test_assert_color_eq(lv_color_t c_ref, lv_color_t c_act, const char * s) in lv_test_assert_color_eq() argument169 if(c_ref.full != c_act.full) { in lv_test_assert_color_eq()171 c_ref.ch.red, c_ref.ch.green, c_ref.ch.blue, in lv_test_assert_color_eq()175 c_ref.ch.red, c_ref.ch.green, c_ref.ch.blue); in lv_test_assert_color_eq()
41 void lv_test_assert_color_eq(lv_color_t c_ref, lv_color_t c_act, const char * s);