Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.h435 unsigned interlace_method; /*interlace method of the original file: 0=none, 1=Adam7*/ member
Dlodepng.c3037 info->interlace_method = 0; in lodepng_info_init()
4077 info->interlace_method = in[28]; in lodepng_inspect()
4091 if(info->interlace_method > 1) CERROR_RETURN_ERROR(state->error, 34); in lodepng_inspect()
4321 if(info_png->interlace_method == 0) { in postProcessScanlines()
4921 if(state->info_png.interlace_method == 0) { in decodeGeneric()
5103 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) { in addChunk_IHDR() argument
5114 data[12] = interlace_method; /*interlace method*/ in addChunk_IHDR()
5723 if(info_png->interlace_method == 0) { in preProcessScanlines()
5843 if(info_png->interlace_method > 1) { in lodepng_encode()
5939 …ror = addChunk_IHDR(&outv, w, h, info.color.colortype, info.color.bitdepth, info.interlace_method); in lodepng_encode()