Searched refs:do_interlace (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c277 /* A numeric ID based on PNG file characteristics. The 'do_interlace' field
282 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \
284 (((do_interlace)!=0)<<15) + ((width)<<16) + ((height)<<24)))
298 png_uint_32 w, png_uint_32 h, int do_interlace)
314 if (do_interlace)
3674 int PNG_CONST do_interlace)
3679 * PNG_WRITE_INTERLACING_SUPPORTED, even with do_interlace so the code here
3693 interlace_type, w, h, do_interlace);
3760 if (!do_interlace && npasses != png_set_interlace_handling(pp))
3772 /* If do_interlace i
296 standard_name(char *buffer, size_t bufsize, size_t pos, png_byte colour_type, int bit_depth, unsigned int npalette, int interlace_type, png_uint_32 w, png_uint_32 h, int do_interlace) argument
3671 make_size_image(png_store* PNG_CONST ps, png_byte PNG_CONST colour_type, png_byte PNG_CONST bit_depth, int PNG_CONST interlace_type, png_uint_32 PNG_CONST w, png_uint_32 PNG_CONST h, int PNG_CONST do_interlace) argument
4257 int do_interlace; /* Do interlacing internally */ member in struct:standard_display
4273 standard_display_init(standard_display *dp, png_store* ps, png_uint_32 id, int do_interlace, int use_update_info) argument
4756 PNG_CONST int do_interlace = dp->do_interlace && local
5023 standard_test(png_store* PNG_CONST psIn, png_uint_32 PNG_CONST id, int do_interlace, int use_update_info) argument
[all...]

Completed in 58 milliseconds