Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp5123 static unsigned addChunk_tIME(ucvector* out, const LodePNGTime* time) in addChunk_tIME() function
5776 if(info.time_defined) addChunk_tIME(&outv, &info.time); in lodepng_encode()