Searched defs:res_x (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/libpng/ |
H A D | pngget.c | 411 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) 419 if (res_x != NULL) 421 *res_x = info_ptr->x_pixels_per_unit; 438 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50); 811 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) 820 if (res_x != NULL) 822 *res_x = info_ptr->x_pixels_per_unit; 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 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
|
H A D | pngset.c | 479 png_uint_32 res_x, png_uint_32 res_y, int unit_type) 486 info_ptr->x_pixels_per_unit = res_x; 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 D | pngrutil.c | 1765 png_uint_32 res_x, res_y; local 1799 res_x = png_get_uint_32(buf); 1802 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type);
|
H A D | pngtest.c | 1142 png_uint_32 res_x, res_y; 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);
|
Completed in 393 milliseconds