Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c416 uint8_t * line_buf2 = NULL; in decompress() local
419 line_buf2 = lv_malloc(w); in decompress()
435 decompress_line(line_buf2, w); in decompress()
438 line_buf1[x] = line_buf2[x] ^ line_buf1[x]; in decompress()
453 lv_free(line_buf2); in decompress()