Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp336 static void lodepng_add32bitInt(ucvector* buffer, unsigned value) in lodepng_add32bitInt() function
2166 lodepng_add32bitInt(&outv, ADLER32); in lodepng_zlib_compress()
4909 lodepng_add32bitInt(&header, w); /*width*/ in addChunk_IHDR()
4910 lodepng_add32bitInt(&header, h); /*height*/ in addChunk_IHDR()
5146 lodepng_add32bitInt(&data, info->phys_x); in addChunk_pHYs()
5147 lodepng_add32bitInt(&data, info->phys_y); in addChunk_pHYs()