Home
last modified time | relevance | path

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

/lvgl-3.7.0/scripts/built_in_font/
Dbuilt_in_font_gen.py46 if args.compressed == False:
/lvgl-3.7.0/docs/overview/
Dfont.md54 - `LV_FONT_MONTSERRAT_28_COMPRESSED` Same as normal 28 px font but stored as a [compressed font](#c…
142 The bitmaps of fonts can be compressed by
146 …ective with larger fonts and higher bpp. However, it's about 30% slower to render compressed fonts.
149 - they can be compressed better
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c4529 unsigned length, begin, compressed; in readChunk_iTXt() local
4549 compressed = data[length + 1]; in readChunk_iTXt()
4582 if(compressed) { in readChunk_iTXt()
5212 unsigned char* compressed = 0; in addChunk_zTXt() local
5218 error = zlib_compress(&compressed, &compressedsize, in addChunk_zTXt()
5228 lodepng_memcpy(chunk + 10 + keysize, compressed, compressedsize); in addChunk_zTXt()
5232 lodepng_free(compressed); in addChunk_zTXt()
5240 unsigned char* compressed = 0; in addChunk_iTXt() local
5248 error = zlib_compress(&compressed, &compressedsize, in addChunk_iTXt()
5269 lodepng_memcpy(chunk + pos, compressed, compressedsize); in addChunk_iTXt()
[all …]
/lvgl-3.7.0/
DKconfig541 bool "Enable Montserrat 28 compressed"
631 bool "Montserrat 28 compressed"
655 bool "Sets support for compressed fonts."
/lvgl-3.7.0/scripts/
DDoxyfile1284 # compressed HTML files.