Searched refs:png_reciprocal2 (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 302 #define png_reciprocal2 PDFIUM_png_reciprocal2 macro
|
D | png.c | 3544 png_reciprocal2(png_fixed_point a, png_fixed_point b) 4217 png_reciprocal2(png_ptr->colorspace.gamma, 4305 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
|
D | pngrtran.c | 1636 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1642 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations() 1745 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1751 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations()
|
D | pngpriv.h | 2002 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
|
/external/libpng/ |
D | png.c | 3543 png_reciprocal2(png_fixed_point a, png_fixed_point b) 4216 png_reciprocal2(png_ptr->colorspace.gamma, 4304 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
|
D | pngrtran.c | 1636 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1642 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations() 1745 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1751 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations()
|
D | pngpriv.h | 2002 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
|
D | CHANGES | 5091 needed by png_reciprocal2(). 5177 Restored compiling of png_reciprocal2 with PNG_NO_16BIT.
|