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

/external/skia/third_party/libpng/
H A Dpngprefix.h195 #define png_reciprocal2 skia_png_reciprocal2 macro
/external/libpng/
H A Dpng.c3392 png_reciprocal2(png_fixed_point a, png_fixed_point b) function
4018 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4104 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
H A Dpngrtran.c1620 gs = png_reciprocal2(png_ptr->colorspace.gamma,
1626 gs = png_reciprocal2(png_ptr->background_gamma,
1729 gs = png_reciprocal2(png_ptr->colorspace.gamma,
1735 gs = png_reciprocal2(png_ptr->background_gamma,
H A Dpngpriv.h1832 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_png.c3293 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 Dfx_pngrtran.c1613 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 Dpngpriv.h1900 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,

Completed in 109 milliseconds