Searched refs:png_set_alpha_mode (Results 1 – 12 of 12) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 234 png_set_alpha_mode @227
|
/external/libpng/ |
D | libpng-manual.txt | 707 called before the PNG file header had been read and png_set_alpha_mode() did not 799 By default, if png_set_alpha_mode() is not called, libpng assumes that all 802 better to call png_set_alpha_mode() with PNG_DEFAULT_sRGB than rely on the 823 you may need to call png_set_alpha_mode: 826 png_set_alpha_mode(png_ptr, mode, screen_gamma); 832 how it affects the output depends on the mode. png_set_alpha_mode() sets the 835 png_set_alpha_mode() - if you call it after it will override the settings made 836 by png_set_alpha_mode(). 872 channels; png_set_alpha_mode() with one of the modes causes the decoder to 905 If you call png_set_gamma() after png_set_alpha_mode() you [all …]
|
D | png.h | 1172 PNG_FP_EXPORT(227, void, png_set_alpha_mode, (png_structrp png_ptr, int mode,
|
D | pngrtran.c | 388 png_set_alpha_mode(png_structrp png_ptr, int mode, double output_gamma) in png_set_alpha_mode() function
|
D | CHANGES | 3373 Implemented premultiplied alpha support: png_set_alpha_mode API 3388 Documented png_set_alpha_mode(), other changes in libpng.3/libpng-manual.txt 5512 by png_set_alpha_mode are useful for HDR data encoding. These values 5514 extend the png_set_alpha_mode range as HDR imaging systems are starting
|
/external/skia/third_party/libpng/ |
D | libpng-manual.txt | 707 called before the PNG file header had been read and png_set_alpha_mode() did not 799 By default, if png_set_alpha_mode() is not called, libpng assumes that all 802 better to call png_set_alpha_mode() with PNG_DEFAULT_sRGB than rely on the 823 you may need to call png_set_alpha_mode: 826 png_set_alpha_mode(png_ptr, mode, screen_gamma); 832 how it affects the output depends on the mode. png_set_alpha_mode() sets the 835 png_set_alpha_mode() - if you call it after it will override the settings made 836 by png_set_alpha_mode(). 872 channels; png_set_alpha_mode() with one of the modes causes the decoder to 905 If you call png_set_gamma() after png_set_alpha_mode() you [all …]
|
D | pngprefix.h | 337 #define png_set_alpha_mode skia_png_set_alpha_mode macro
|
D | png.h | 1172 PNG_FP_EXPORT(227, void, png_set_alpha_mode, (png_structrp png_ptr, int mode,
|
D | pngrtran.c | 388 png_set_alpha_mode(png_structrp png_ptr, int mode, double output_gamma) in png_set_alpha_mode() function
|
/external/pdfium/third_party/libpng16/ |
D | png.h | 1172 PNG_FP_EXPORT(227, void, png_set_alpha_mode, (png_structrp png_ptr, int mode,
|
D | pngrtran.c | 388 png_set_alpha_mode(png_structrp png_ptr, int mode, double output_gamma) in png_set_alpha_mode() function
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 9311 png_set_alpha_mode(pp, mode, sg); in gamma_info_imp()
|