Searched defs:png_set_gamma (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngrtran.c824 png_error(png_ptr, "invalid file gamma in png_set_gamma");
827 png_error(png_ptr, "invalid screen gamma in png_set_gamma");
840 png_set_gamma(png_structrp png_ptr, double scrn_gamma, double file_gamma) function
1287 /* Prior to 1.5.4 these tests were performed from png_set_gamma, 1.5.4 adds
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrtran.c823 png_error(png_ptr, "invalid file gamma in png_set_gamma");
826 png_error(png_ptr, "invalid screen gamma in png_set_gamma");
839 png_set_gamma(png_structrp png_ptr, double scrn_gamma, double file_gamma) function
1280 /* Prior to 1.5.4 these tests were performed from png_set_gamma, 1.5.4 adds
H A Dpng.h456 #define png_set_gamma FOXIT_png_set_gamma macro
1523 * encoding if it has no gAMA chunk and if png_set_gamma() has not been called
1533 * encoding will be overridden if png_set_gamma() is called - the results may be
1654 * is easier than achieving the same effect with png_set_gamma. You must use
1782 PNG_FP_EXPORT(50, void, png_set_gamma, (png_structrp png_ptr,
/external/skia/third_party/libpng/
H A Dpngprefix.h341 #define png_set_gamma skia_png_set_gamma macro

Completed in 3162 milliseconds