Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c46 static inline void rle_init(const uint8_t * in, uint8_t bpp);
412 rle_init(in, bpp); in decompress()
511 static inline void rle_init(const uint8_t * in, uint8_t bpp) in rle_init() function