Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c44 static inline void bits_write(uint8_t * out, uint32_t bit_pos, uint8_t val, uint8_t len);
378 bits_write(out, wrp, line_buf1[x], bpp); in decompress()
388 bits_write(out, wrp, line_buf1[x], bpp); in decompress()
396 bits_write(out, wrp, line_buf1[x], bpp); in decompress()
469 static inline void bits_write(uint8_t * out, uint32_t bit_pos, uint8_t val, uint8_t len) in bits_write() function