Searched defs:png_reciprocal (Results 1 - 1 of 1) 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) :

Completed in 35 milliseconds