D | lodepng.c | 7590 unsigned encode(std::vector<unsigned char> & out, const unsigned char * in, unsigned w, unsigned h, in encode() function 7603 unsigned encode(std::vector<unsigned char> & out, in encode() function 7608 return encode(out, in.empty() ? 0 : &in[0], w, h, colortype, bitdepth); in encode() 7611 unsigned encode(std::vector<unsigned char> & out, in encode() function 7625 unsigned encode(std::vector<unsigned char> & out, in encode() function 7630 return encode(out, in.empty() ? 0 : &in[0], w, h, state); in encode() 7634 unsigned encode(const std::string & filename, in encode() function 7639 unsigned error = encode(buffer, in, w, h, colortype, bitdepth); in encode() 7644 unsigned encode(const std::string & filename, in encode() function 7649 return encode(filename, in.empty() ? 0 : &in[0], w, h, colortype, bitdepth); in encode()
|