Searched refs:png_set_background (Results 1 – 11 of 11) sorted by relevance
/external/libpng/ |
D | example.c | 422 png_set_background(png_ptr, image_background, 425 png_set_background(png_ptr, &my_background,
|
D | libpng-manual.txt | 827 Libpng only supports composing onto a single color (using png_set_background; 1072 fire if more than one call to png_set_alpha_mode and png_set_background is 1077 png_set_background() to remove it by compositing against a fixed color. Don't 1081 png_set_background(png_ptr, &background_color, 1086 file, if you call png_set_background at this point you must arrange for the 1116 Calling png_set_background before the PNG file header is read will not work 1118 errors it is therefore much safer to call png_set_background after the head has 1242 damages the information provided by an earlier call to png_set_background 1792 version with no alpha channel use png_set_background; see below. 1842 png_set_background(), or png_strip_alpha(). [all …]
|
D | png.h | 1299 PNG_FP_EXPORT(47, void, png_set_background, (png_structrp png_ptr,
|
D | pngrtran.c | 167 png_set_background(png_structrp png_ptr, in png_set_background() function
|
D | CHANGES | 110 Fixed png_set_background() to allow using an arbitrary RGB color for 789 Relocated paragraph about png_set_background() in libpng.3/libpng.txt 3393 png_set_background(), allowing the latter to be used before the file 3413 png_set_background() and png_expand_16() did not work together correctly. 3414 This problem is present in 1.5.2; if png_set_background is called with
|
/external/libpng/scripts/ |
D | symbols.def | 54 png_set_background @47
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 201 png_set_background(png_ptr, pBackground, PNG_BACKGROUND_GAMMA_FILE, 1, 1.0);
|
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 322 #define png_set_background PDFIUM_png_set_background macro
|
D | png.h | 1299 PNG_FP_EXPORT(47, void, png_set_background, (png_structrp png_ptr,
|
D | pngrtran.c | 167 png_set_background(png_structrp png_ptr, in png_set_background() function
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 8314 png_set_background(pp, &back, PNG_BACKGROUND_GAMMA_FILE, expand, 0); in image_transform_png_set_background_set() 9359 png_set_background(pp, &dp->background_color, dp->do_background, in gamma_info_imp()
|