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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h118 png_fixed_point gamma;
221 png_fixed_point x_white;
222 png_fixed_point y_white;
223 png_fixed_point x_red;
224 png_fixed_point y_red;
225 png_fixed_point x_green;
226 png_fixed_point y_green;
227 png_fixed_point x_blue;
228 png_fixed_point y_blue;
H A Dpng.c762 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
763 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
764 png_fixed_point blue_x, png_fixed_point blue_y)
1468 png_fixed_point fp)
1539 png_fixed_point
[all...]
H A Dpngpriv.h431 * In practice this doesn't matter because png_fixed_point only
456 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
458 PNG_EXTERN png_fixed_point png_fixed PNGARG((png_structp png_ptr, double fp,
628 png_fixed_point file_gamma));
645 png_fixed_point int_white_x, png_fixed_point int_white_y,
646 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
647 int_green_x, png_fixed_point int_green_
[all...]
H A Dpng.h735 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
1151 int error_action, png_fixed_point red, png_fixed_point green));
1221 int mode, png_fixed_point output_gamma));
1447 int need_expand, png_fixed_point background_gamma));
1498 png_fixed_point screen_gamma, png_fixed_point override_file_gamma));
2043 PNG_FIXED_EXPORT(210, png_fixed_point, png_get_pixel_aspect_ratio_fixed,
2081 png_const_infop info_ptr, png_fixed_point *int_white_x,
2082 png_fixed_point *int_white_
[all...]
H A Dpngget.c213 png_fixed_point PNGAPI
223 png_fixed_point res;
327 png_fixed_point result;
356 static png_fixed_point
367 png_fixed_point PNGAPI
377 png_fixed_point PNGAPI
526 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
527 png_fixed_point *red_
[all...]
H A Dpngconf.h572 typedef png_int_32 png_fixed_point; typedef
589 typedef png_fixed_point FAR * png_fixed_point_p;
590 typedef PNG_CONST png_fixed_point FAR * png_const_fixed_point_p;
611 typedef png_fixed_point FAR * FAR * png_fixed_point_pp;
H A Dpngstruct.h170 png_fixed_point background_gamma;
185 png_fixed_point gamma; /* file gamma value */
186 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
H A Dpngset.c69 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
70 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
71 png_fixed_point blue_x, png_fixed_point blue_y)
117 png_set_gAMA_fixed(png_structp png_ptr, png_infop info_ptr, png_fixed_point
450 png_fixed_point widt
[all...]
H A Dpngrtran.c124 int need_expand, png_fixed_point background_gamma)
208 static png_fixed_point
209 translate_gamma_flags(png_structp png_ptr, png_fixed_point output_gamma,
245 static png_fixed_point
264 return (png_fixed_point)output_gamma;
272 png_fixed_point output_gamma)
275 png_fixed_point file_gamma;
797 png_set_gamma_fixed(png_structp png_ptr, png_fixed_point scrn_gamma,
798 png_fixed_point file_gamma)
958 png_fixed_point re
[all...]
H A Dpngwutil.c1071 png_write_gAMA_fixed(png_structp png_ptr, png_fixed_point file_gamma)
1337 png_write_cHRM_fixed(png_structp png_ptr, png_fixed_point white_x,
1338 png_fixed_point white_y, png_fixed_point red_x, png_fixed_point red_y,
1339 png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x,
1340 png_fixed_point blue_y)
H A Dpngrutil.c70 static png_fixed_point /* PRIVATE */
76 return (png_fixed_point)uval; /* known to be in range */
802 png_fixed_point igamma;
956 png_fixed_point x_white, y_white, x_red, y_red, x_green, y_green, x_blue,
H A Dpngtest.c1021 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x,
1034 png_fixed_point gamma;

Completed in 87 milliseconds