Searched refs:compress (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.h | 1055 unsigned compress(std::vector<unsigned char>& out, const unsigned char* in, size_t insize, 1059 unsigned compress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in,
|
D | lodepng.c | 5236 static unsigned addChunk_iTXt(ucvector* out, unsigned compress, const char* keyword, const char* la… in addChunk_iTXt() argument 5247 if(compress) { in addChunk_iTXt() 5252 … size_t size = keysize + 3 + langsize + 1 + transsize + 1 + (compress ? compressedsize : textsize); in addChunk_iTXt() 5260 chunk[pos++] = (compress ? 1 : 0); /*compression flag*/ in addChunk_iTXt() 5268 if(compress) { in addChunk_iTXt() 6313 unsigned compress(std::vector<unsigned char>& out, const unsigned char* in, size_t insize, in compress() function 6325 unsigned compress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in, in compress() function 6327 return compress(out, in.empty() ? 0 : &in[0], in.size(), settings); in compress()
|
/lvgl-3.7.0/docs/overview/ |
D | font.md | 54 …COMPRESSED` Same as normal 28 px font but stored as a [compressed font](#compress-fonts) with 3 bpp 144 - not passing the `--no-compress` flag to the offline converter (compression is applied by default) 147 Therefore, it's recommended to compress only the largest fonts of a user interface, because
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …ontent:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress…
|