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.c45 static inline void rle_init(const uint8_t * in, uint8_t bpp);
362 rle_init(in, bpp); in decompress()
510 static inline void rle_init(const uint8_t * in, uint8_t bpp) in rle_init() function