D | lodepng.c | 6408 unsigned encode(std::vector<unsigned char>& out, const unsigned char* in, unsigned w, unsigned h, in encode() function 6420 unsigned encode(std::vector<unsigned char>& out, in encode() function 6424 return encode(out, in.empty() ? 0 : &in[0], w, h, colortype, bitdepth); in encode() 6427 unsigned encode(std::vector<unsigned char>& out, in encode() function 6440 unsigned encode(std::vector<unsigned char>& out, in encode() function 6444 return encode(out, in.empty() ? 0 : &in[0], w, h, state); in encode() 6448 unsigned encode(const std::string& filename, in encode() function 6452 unsigned error = encode(buffer, in, w, h, colortype, bitdepth); in encode() 6457 unsigned encode(const std::string& filename, in encode() function 6461 return encode(filename, in.empty() ? 0 : &in[0], w, h, colortype, bitdepth); in encode()
|