Searched refs:png_fixed (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngset.c102 png_fixed(png_ptr, white_x, "cHRM White X"),
103 png_fixed(png_ptr, white_y, "cHRM White Y"),
104 png_fixed(png_ptr, red_x, "cHRM Red X"),
105 png_fixed(png_ptr, red_y, "cHRM Red Y"),
106 png_fixed(png_ptr, green_x, "cHRM Green X"),
107 png_fixed(png_ptr, green_y, "cHRM Green Y"),
108 png_fixed(png_ptr, blue_x, "cHRM Blue X"),
109 png_fixed(png_ptr, blue_y, "cHRM Blue Y"));
147 png_set_gAMA_fixed(png_ptr, info_ptr, png_fixed(png_ptr, file_gamma,
H A Dpngget.c764 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width");
765 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height),
H A Dpngpriv.h455 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
458 PNG_EXTERN png_fixed_point png_fixed PNGARG((png_structp png_ptr, double fp,
H A Dpng.c1540 png_fixed(png_structp png_ptr, double fp, png_const_charp text) function
H A Dpngrtran.c158 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
1043 png_fixed(png_ptr, red, "rgb to gray red coefficient"),
1044 png_fixed(png_ptr, green, "rgb to gray green coefficient"));

Completed in 57 milliseconds