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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c1736 png_reciprocal2(png_fixed_point a, png_fixed_point b) function
2338 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->gamma,
2426 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->gamma,
H A Dpngpriv.h1354 PNG_EXTERN png_fixed_point png_reciprocal2 PNGARG((png_fixed_point a,
H A Dpngrtran.c1580 gs = png_reciprocal2(png_ptr->gamma,
1586 gs = png_reciprocal2(png_ptr->background_gamma,
1688 gs = png_reciprocal2(png_ptr->gamma, png_ptr->screen_gamma);
1693 gs = png_reciprocal2(png_ptr->background_gamma,

Completed in 167 milliseconds