Searched refs:c8 (Results 1 – 2 of 2) sorted by relevance
565 uint8_t c8[4]; in lv_txt_utf8_conv_wc() local566 lv_memcpy_small(c8, &c, 4); in lv_txt_utf8_conv_wc()567 swapped = (c8[0] << 24) + (c8[1] << 16) + (c8[2] << 8) + (c8[3]); in lv_txt_utf8_conv_wc()
138 lv_color8_t c8;139 c8.full = lv_color_to8(c); /*Give a 8 bit number with the converted color*/