Searched refs:png_set_background (Results 1 – 11 of 11) sorted by relevance
/external/libpng/ |
D | example.c | 421 png_set_background(png_ptr, image_background, 424 png_set_background(png_ptr, &my_background,
|
D | libpng-manual.txt | 817 Libpng only supports composing onto a single color (using png_set_background; 1053 fire if more than one call to png_set_alpha_mode and png_set_background is 1058 png_set_background() to remove it by compositing against a fixed color. Don't 1062 png_set_background(png_ptr, &background_color, 1067 file, if you call png_set_background at this point you must arrange for the 1097 Calling png_set_background before the PNG file header is read will not work 1099 errors it is therefore much safer to call png_set_background after the head has 1210 damages the information provided by an earlier call to png_set_background 1749 version with no alpha channel use png_set_background; see below. 1799 png_set_background(), or png_strip_alpha(). [all …]
|
D | png.h | 1422 PNG_FP_EXPORT(47, void, png_set_background, (png_structrp png_ptr,
|
D | pngrtran.c | 154 png_set_background(png_structrp png_ptr, in png_set_background() function
|
D | CHANGES | 107 Fixed png_set_background() to allow using an arbitrary RGB color for 782 Relocated paragraph about png_set_background() in libpng.3/libpng.txt 3385 png_set_background(), allowing the latter to be used before the file 3405 png_set_background() and png_expand_16() did not work together correctly. 3406 This problem is present in 1.5.2; if png_set_background is called with
|
/external/libpng/scripts/ |
D | symbols.def | 55 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); in PngLoadImage()
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 335 #define png_set_background skia_png_set_background macro
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | png.h | 452 #define png_set_background FOXIT_png_set_background macro 1731 PNG_FP_EXPORT(47, void, png_set_background, (png_structrp png_ptr,
|
D | fx_pngrtran.c | 153 png_set_background(png_structrp png_ptr, in png_set_background() function
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 7311 png_set_background(pp, &back, PNG_BACKGROUND_GAMMA_FILE, expand, 0); in image_transform_png_set_background_set() 7839 png_set_background(pp, &dp->background_color, dp->do_background, in gamma_info_imp()
|