Searched refs:png_reciprocal (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c1695 png_reciprocal(png_fixed_point a) function
1755 return png_reciprocal(res);
2347 png_reciprocal(png_ptr->gamma));
2350 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
2436 png_reciprocal(png_ptr->gamma));
2443 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
H A Dpngrtran.c296 file_gamma = png_reciprocal(output_gamma);
1312 png_ptr->screen_gamma = png_reciprocal(png_ptr->gamma);
1321 png_ptr->gamma = png_reciprocal(png_ptr->screen_gamma);
1579 g = png_reciprocal(png_ptr->gamma);
1585 g = png_reciprocal(png_ptr->background_gamma);
1687 g = png_reciprocal(png_ptr->gamma);
1692 g = png_reciprocal(png_ptr->background_gamma);
H A Dpngpriv.h1348 PNG_EXTERN png_fixed_point png_reciprocal PNGARG((png_fixed_point a));

Completed in 67 milliseconds