HomeSort by relevance Sort by last modified time
    Searched defs:interlace_method (Results 1 - 4 of 4) sorted by null

  /external/libpng/contrib/examples/
pngpixel.c 181 int bit_depth, color_type, interlace_method, local
216 &bit_depth, &color_type, &interlace_method,
226 switch (interlace_method)
248 if (interlace_method == PNG_INTERLACE_ADAM7)
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 406 unsigned interlace_method; /*interlace method of the original file*/ member in struct:LodePNGInfo
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 521 int interlace_method; member in struct:display
868 &dp->interlace_method, &dp->compression_method, &dp->filter_method))
920 int interlace_method, compression_method, filter_method; local
924 &color_type, &interlace_method, &compression_method, &filter_method);
935 C(interlace_method);
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 849 png_byte interlace_method; member in struct:file
    [all...]

Completed in 169 milliseconds