Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/vesa/
Dbackground.c164 png_set_background(png_ptr, image_background, in read_png_file()
167 png_set_background(png_ptr, &my_background, in read_png_file()
/external/syslinux/com32/lib/libpng/
Dexample.c227 png_set_background(png_ptr, image_background,
230 png_set_background(png_ptr, &my_background,
Dlibpng.txt954 png_set_background(png_ptr, image_background,
957 png_set_background(png_ptr, &my_background,
960 The png_set_background() function tells libpng to composite images
Dpngrtran.c96 png_set_background(png_structp png_ptr, in png_set_background() function
DCHANGES108 fixed png_set_background() to allow using an arbitrary RGB color for
724 Relocated paragraph about png_set_background() in libpng.3/libpng.txt
/external/skia/third_party/libpng/
Dexample.c421 png_set_background(png_ptr, image_background,
424 png_set_background(png_ptr, &my_background,
Dpngprefix.h339 #define png_set_background skia_png_set_background macro
Dlibpng-manual.txt821 Libpng only supports composing onto a single color (using png_set_background;
1057 fire if more than one call to png_set_alpha_mode and png_set_background is
1062 png_set_background() to remove it by compositing against a fixed color. Don't
1066 png_set_background(png_ptr, &background_color,
1071 file, if you call png_set_background at this point you must arrange for the
1101 Calling png_set_background before the PNG file header is read will not work
1103 errors it is therefore much safer to call png_set_background after the head has
1214 damages the information provided by an earlier call to png_set_background
1754 version with no alpha channel use png_set_background; see below.
1804 png_set_background(), or png_strip_alpha().
[all …]
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/
Dexample.c421 png_set_background(png_ptr, image_background,
424 png_set_background(png_ptr, &my_background,
Dlibpng-manual.txt821 Libpng only supports composing onto a single color (using png_set_background;
1057 fire if more than one call to png_set_alpha_mode and png_set_background is
1062 png_set_background() to remove it by compositing against a fixed color. Don't
1066 png_set_background(png_ptr, &background_color,
1071 file, if you call png_set_background at this point you must arrange for the
1101 Calling png_set_background before the PNG file header is read will not work
1103 errors it is therefore much safer to call png_set_background after the head has
1214 damages the information provided by an earlier call to png_set_background
1754 version with no alpha channel use png_set_background; see below.
1804 png_set_background(), or png_strip_alpha().
[all …]
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
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); in PngLoadImage()
/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/syslinux/com32/include/
Dpng.h1779 extern PNG_EXPORT(void,png_set_background) PNGARG((png_structp png_ptr,
/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()