Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font_loader.c23 uint8_t byte_value; member
190 it.byte_value = 0; in init_bit_iterator()
198 it->byte_value = it->byte_value << 1; in read_bits()
203 *res = lv_fs_read(it->fp, &(it->byte_value), 1, NULL); in read_bits()
208 int8_t bit = (it->byte_value & 0x80) ? 1 : 0; in read_bits()