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

/external/libpng/
H A Dpng.c1461 blue_scale = png_reciprocal(xy->whitey) - png_reciprocal(red_inverse) -
1462 png_reciprocal(green_inverse);
3303 png_reciprocal(png_fixed_point a) function
3377 return png_reciprocal(res);
3993 png_reciprocal(png_ptr->colorspace.gamma));
3996 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
4079 png_reciprocal(png_ptr->colorspace.gamma));
4086 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :

Completed in 41 milliseconds