Searched refs:lodepng_get_raw_size_lct (Results 1 – 1 of 1) sorted by relevance
2649 size_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdep… in lodepng_get_raw_size_lct() function6211 if(lodepng_get_raw_size_lct(w, h, colortype, bitdepth) > in.size()) return 84; in encode()6253 if(lodepng_get_raw_size_lct(w, h, colortype, bitdepth) > in.size()) return 84; in encode()