Searched refs:image_gamma (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 145 double image_gamma; in _png_get_header_func() local 146 if (png_get_gAMA(png_ptr, info_ptr, &image_gamma)) { in _png_get_header_func() 147 png_set_gamma(png_ptr, gamma, image_gamma); in _png_get_header_func()
|
/external/syslinux/com32/lib/libpng/ |
D | example.c | 267 double image_gamma; 268 if (png_get_gAMA(png_ptr, info_ptr, &image_gamma)) 269 png_set_gamma(png_ptr, screen_gamma, image_gamma);
|
/external/skia/third_party/libpng/ |
D | example.c | 461 double image_gamma; 462 if (png_get_gAMA(png_ptr, info_ptr, &image_gamma) != 0) 463 png_set_gamma(png_ptr, screen_gamma, image_gamma);
|
/external/libpng/ |
D | example.c | 461 double image_gamma; 462 if (png_get_gAMA(png_ptr, info_ptr, &image_gamma) != 0) 463 png_set_gamma(png_ptr, screen_gamma, image_gamma);
|
/external/ImageMagick/coders/ |
D | png.c | 2947 image_gamma = image->gamma; in ReadOnePNGImage() local 2950 " image->gamma=%f",(float) image_gamma); in ReadOnePNGImage() 2952 if (image_gamma > 0.75) in ReadOnePNGImage() 2972 image->gamma = image_gamma; in ReadOnePNGImage()
|