Lines Matching refs:png_int_32
621 png_int_32 nentries; /* number of palette entries */
2064 PNG_EXPORT(126, png_int_32, png_get_x_offset_pixels,
2066 PNG_EXPORT(127, png_int_32, png_get_y_offset_pixels,
2068 PNG_EXPORT(128, png_int_32, png_get_x_offset_microns,
2070 PNG_EXPORT(129, png_int_32, png_get_y_offset_microns,
2180 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type));
2186 png_int_32 offset_x, png_int_32 offset_y, int unit_type));
2192 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type,
2200 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
2601 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2613 PNG_EXPORT(206, void, png_save_int_32, (png_bytep buf, png_int_32 i));
2645 ((png_int_32)((*(buf) & 0x80) \
2646 ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffffL) + 1)) \
2647 : (png_int_32)png_get_uint_32(buf)))