Searched defs:PNG_INTERLACE_NONE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/codec/
H A Dpng_codec_unittest.cc155 const int interlace_type = PNG_INTERLACE_NONE,
376 PNG_INTERLACE_NONE,
421 PNG_INTERLACE_NONE,
150 EncodeImage(const std::vector<unsigned char>& input, const int width, const int height, ColorType output_color_type, std::vector<unsigned char>* output, const int interlace_type = PNG_INTERLACE_NONE, std::vector<png_color>* palette = 0, std::vector<unsigned char>* palette_alpha = 0) argument
/external/chromium_org/third_party/libpng/
H A Dpng.h827 png_byte interlace_type PNG_DEPSTRUCT; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
1089 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
1319 png_byte interlaced PNG_DEPSTRUCT; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
/external/libpng/
H A Dpng.h809 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.h874 png_byte interlace_type PNG_DEPSTRUCT; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
1136 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
1372 png_byte interlaced PNG_DEPSTRUCT; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */

Completed in 224 milliseconds