Home
last modified time | relevance | path

Searched refs:png_set_background (Results 1 – 10 of 10) sorted by relevance

/external/libpng/
Dexample.c421 png_set_background(png_ptr, image_background,
424 png_set_background(png_ptr, &my_background,
Dlibpng-manual.txt826 Libpng only supports composing onto a single color (using png_set_background;
1071 fire if more than one call to png_set_alpha_mode and png_set_background is
1076 png_set_background() to remove it by compositing against a fixed color. Don't
1080 png_set_background(png_ptr, &background_color,
1085 file, if you call png_set_background at this point you must arrange for the
1115 Calling png_set_background before the PNG file header is read will not work
1117 errors it is therefore much safer to call png_set_background after the head has
1241 damages the information provided by an earlier call to png_set_background
1791 version with no alpha channel use png_set_background; see below.
1841 png_set_background(), or png_strip_alpha().
[all …]
Dpng.h1330 PNG_FP_EXPORT(47, void, png_set_background, (png_structrp png_ptr,
Dpngrtran.c156 png_set_background(png_structrp png_ptr, in png_set_background() function
DCHANGES111 Fixed png_set_background() to allow using an arbitrary RGB color for
790 Relocated paragraph about png_set_background() in libpng.3/libpng.txt
3394 png_set_background(), allowing the latter to be used before the file
3414 png_set_background() and png_expand_16() did not work together correctly.
3415 This problem is present in 1.5.2; if png_set_background is called with
/external/libpng/scripts/
Dsymbols.def55 png_set_background @47
/external/libpng/contrib/visupng/
DPngFile.c201 png_set_background(png_ptr, pBackground, PNG_BACKGROUND_GAMMA_FILE, 1, 1.0);
/external/pdfium/third_party/libpng16/
Dpng.h1334 PNG_FP_EXPORT(47, void, png_set_background, (png_structrp png_ptr,
Dpngrtran.c155 png_set_background(png_structrp png_ptr, in png_set_background() function
/external/libpng/contrib/libtests/
Dpngvalid.c8314 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()