Home
last modified time | relevance | path

Searched refs:png_reciprocal (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_png.c1397 blue_scale = png_reciprocal(xy->whitey) - png_reciprocal(red_inverse) -
1398 png_reciprocal(green_inverse);
3240 png_reciprocal(png_fixed_point a)
3312 return png_reciprocal(res);
3913 png_reciprocal(png_ptr->colorspace.gamma));
3916 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
4002 png_reciprocal(png_ptr->colorspace.gamma));
4009 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
Dfx_pngrtran.c298 file_gamma = png_reciprocal(output_gamma); in png_set_alpha_mode_fixed()
1302 png_ptr->screen_gamma = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1311 png_ptr->colorspace.gamma = png_reciprocal(png_ptr->screen_gamma); in png_init_read_transformations()
1612 g = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1618 g = png_reciprocal(png_ptr->background_gamma); in png_init_read_transformations()
1721 g = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1727 g = png_reciprocal(png_ptr->background_gamma); in png_init_read_transformations()
Dpngpriv.h1892 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal,(png_fixed_point a),
Dfx_pngread.c1532 display->gamma_to_linear = png_reciprocal(g); in set_file_encoding()
/external/libpng/
Dpng.c1462 blue_scale = png_reciprocal(xy->whitey) - png_reciprocal(red_inverse) -
1463 png_reciprocal(green_inverse);
3337 png_reciprocal(png_fixed_point a)
3411 return png_reciprocal(res);
4027 png_reciprocal(png_ptr->colorspace.gamma));
4030 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
4113 png_reciprocal(png_ptr->colorspace.gamma));
4120 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
Dpngrtran.c299 file_gamma = png_reciprocal(output_gamma); in png_set_alpha_mode_fixed()
1309 png_ptr->screen_gamma = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1318 png_ptr->colorspace.gamma = png_reciprocal(png_ptr->screen_gamma); in png_init_read_transformations()
1619 g = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1625 g = png_reciprocal(png_ptr->background_gamma); in png_init_read_transformations()
1728 g = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1734 g = png_reciprocal(png_ptr->background_gamma); in png_init_read_transformations()
Dpngpriv.h1824 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal,(png_fixed_point a),
Dpngread.c1798 display->gamma_to_linear = png_reciprocal(g); in set_file_encoding()
/external/skia/third_party/libpng/
Dpngprefix.h194 #define png_reciprocal skia_png_reciprocal macro