Lines Matching defs:display
388 } display;
394 init_display(display *d, const char *program)
406 clean_display(display *d)
419 PNG_FUNCTION(void, display_exit, (display *d), static PNG_NORETURN)
436 display_rc(const display *d, int strict)
445 display *d = (display*)png_get_error_ptr(png_ptr);
454 display *d = (display*)png_get_error_ptr(png_ptr);
461 get_valid(display *d, png_infop info_ptr)
499 display *d = voidcast(display*, png_get_user_chunk_ptr(pp));
540 /* Also store information about this chunk in the display, the relevant flag
567 get_unknown(display *d, png_infop info_ptr, int after_IDAT)
583 * must also be unknown to libpng the 'display->keep' behavior should
620 get_unknown(display *d, png_infop info_ptr, int after_IDAT)
642 display *d, int set_callback)
842 check_error(display *d, png_uint_32 flags, const char *message)
858 check_handling(display *d, int def, png_uint_32 chunks, png_uint_32 known,
977 png_uint_32 *default_flags, display *d, int set_callback)
1028 png_uint_32 *default_flags, display *d, const char *test)
1073 display d;