Searched refs:png_reciprocal2 (Results 1 - 6 of 6) sorted by relevance
/external/libpng/ |
H A D | png.c | 3436 png_reciprocal2(png_fixed_point a, png_fixed_point b) function 4108 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma, 4195 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
|
H A D | pngrtran.c | 1622 gs = png_reciprocal2(png_ptr->colorspace.gamma, 1628 gs = png_reciprocal2(png_ptr->background_gamma, 1731 gs = png_reciprocal2(png_ptr->colorspace.gamma, 1737 gs = png_reciprocal2(png_ptr->background_gamma,
|
H A D | pngpriv.h | 1866 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
|
/external/pdfium/third_party/lpng_v163/ |
H A D | png.c | 3293 png_reciprocal2(png_fixed_point a, png_fixed_point b)
function 3904 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
3992 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
|
H A D | pngrtran.c | 1613 gs = png_reciprocal2(png_ptr->colorspace.gamma,
1619 gs = png_reciprocal2(png_ptr->background_gamma,
1722 gs = png_reciprocal2(png_ptr->colorspace.gamma,
1728 gs = png_reciprocal2(png_ptr->background_gamma,
|
H A D | pngpriv.h | 1894 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
|
Completed in 137 milliseconds