Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/png/
Dlodepng.c4765 unsigned char* idat; /*the data from idat chunks, zlib compressed*/ in decodeGeneric() local
4790 idat = (unsigned char*)lodepng_malloc(insize); in decodeGeneric()
4791 if(!idat) CERROR_RETURN(state->error, 83); /*alloc fail*/ in decodeGeneric()
4828 lodepng_memcpy(idat + idatsize, data, chunkLength); in decodeGeneric()
4937 …state->error = zlib_decompress(&scanlines, &scanlines_size, expected_size, idat, idatsize, &state-… in decodeGeneric()
4940 lodepng_free(idat); in decodeGeneric()