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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngget.c411 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
431 if (unit_type != NULL)
433 *unit_type = (int)info_ptr->phys_unit_type;
436 if (*unit_type == 1)
709 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
714 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
718 *unit_type = (int)info_ptr->offset_unit_type;
811 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
832 if (unit_type != NULL)
834 *unit_type
410 png_get_pHYs_dpi(png_const_structp png_ptr, png_const_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
708 png_get_oFFs(png_const_structp png_ptr, png_const_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
810 png_get_pHYs(png_const_structp png_ptr, png_const_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) argument
[all...]
H A Dpngtest.c1116 int unit_type; local
1119 &unit_type))
1121 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
1143 int unit_type; local
1145 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type))
1146 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type);
H A Dpngset.c248 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
257 info_ptr->offset_unit_type = (png_byte)unit_type;
479 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
488 info_ptr->phys_unit_type = (png_byte)unit_type;
247 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
478 png_set_pHYs(png_structp png_ptr, png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type) argument
H A Dpng.h2142 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type));
2148 png_int_32 offset_x, png_int_32 offset_y, int unit_type));
2169 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
2175 png_uint_32 res_x, png_uint_32 res_y, int unit_type));
2425 int *unit_type));
H A Dpngrutil.c1766 int unit_type; local
1801 unit_type = buf[8];
1802 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type);
1812 int unit_type; local
1847 unit_type = buf[8];
1848 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
H A Dpngwutil.c1865 int unit_type)
1872 if (unit_type >= PNG_OFFSET_LAST)
1877 buf[8] = (png_byte)unit_type;
1981 int unit_type)
1988 if (unit_type >= PNG_RESOLUTION_LAST)
1993 buf[8] = (png_byte)unit_type;
1864 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, int unit_type) argument
1979 png_write_pHYs(png_structp png_ptr, png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit, int unit_type) argument
H A Dpngpriv.h714 png_int_32 x_offset, png_int_32 y_offset, int unit_type));
726 int unit_type));

Completed in 66 milliseconds