Home
last modified time | relevance | path

Searched refs:image_gamma (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp145 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/
Dexample.c267 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/
Dexample.c461 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/
Dexample.c461 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/
Dpng.c2947 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()