Searched refs:decode_gamma (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngread.c | 1544 decode_gamma(png_image_read_control *display, png_uint_32 value, int encoding) in decode_gamma() function 1591 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding); in png_colormap_compose() 1592 png_uint_32 b = decode_gamma(display, background, encoding); in png_colormap_compose()
|
/external/libpng/ |
D | pngread.c | 1810 decode_gamma(png_image_read_control *display, png_uint_32 value, int encoding) in decode_gamma() function 1857 png_uint_32 f = decode_gamma(display, foreground, foreground_encoding); in png_colormap_compose() 1858 png_uint_32 b = decode_gamma(display, background, encoding); in png_colormap_compose()
|