Searched refs:png_reciprocal2 (Results 1 – 8 of 8) sorted by relevance
/external/skia/third_party/libpng/ |
D | pngprefix.h | 195 #define png_reciprocal2 skia_png_reciprocal2 macro
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_png.c | 3293 png_reciprocal2(png_fixed_point a, png_fixed_point b) 3904 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma, 3992 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
|
D | fx_pngrtran.c | 1613 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1619 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations() 1722 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1728 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations()
|
D | pngpriv.h | 1900 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
|
/external/libpng/ |
D | png.c | 3435 png_reciprocal2(png_fixed_point a, png_fixed_point b) 4107 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma, 4194 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
|
D | pngrtran.c | 1623 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1629 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations() 1732 gs = png_reciprocal2(png_ptr->colorspace.gamma, in png_init_read_transformations() 1738 gs = png_reciprocal2(png_ptr->background_gamma, in png_init_read_transformations()
|
D | pngpriv.h | 1817 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.
|