Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_binfont_loader.c339 bit_iterator_t bit_it = init_bit_iterator(fp); in load_glyph() local
345 gdsc->adv_w = read_bits(&bit_it, header->advance_width_bits, &res); in load_glyph()
355 gdsc->ofs_x = read_bits_signed(&bit_it, header->xy_bits, &res); in load_glyph()
360 gdsc->ofs_y = read_bits_signed(&bit_it, header->xy_bits, &res); in load_glyph()
365 gdsc->box_w = read_bits(&bit_it, header->wh_bits, &res); in load_glyph()
370 gdsc->box_h = read_bits(&bit_it, header->wh_bits, &res); in load_glyph()
404 bit_iterator_t bit_it = init_bit_iterator(fp); in load_glyph() local
408 read_bits(&bit_it, nbits, &res); in load_glyph()
427 glyph_bmp[cur_bmp_size + k] = read_bits(&bit_it, 8, &res); in load_glyph()
432 glyph_bmp[cur_bmp_size + bmp_size - 1] = read_bits(&bit_it, 8 - nbits % 8, &res); in load_glyph()