Searched defs:png_set_alpha_mode (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngrtran.c280 png_debug(1, "in png_set_alpha_mode");
312 * png_set_alpha_mode and png_set_background interact because both use
314 * png_set_alpha_mode is used to set the default mode - PNG_ALPHA_PNG - along
351 * the side effect that the gamma in a second call to png_set_alpha_mode will
384 png_set_alpha_mode(png_structrp png_ptr, int mode, double output_gamma) function
830 * file if a gAMA chunk was present. png_set_alpha_mode provides a
1288 * png_set_alpha_mode and this is another source for a default file gamma so
1315 * png_set_alpha_mode (even if the alpha handling mode isn't required
1448 * so the color is in the color space of the output or png_set_alpha_mode
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrtran.c279 png_debug(1, "in png_set_alpha_mode");
311 * png_set_alpha_mode and png_set_background interact because both use
313 * png_set_alpha_mode is used to set the default mode - PNG_ALPHA_PNG - along
350 * the side effect that the gamma in a second call to png_set_alpha_mode will
383 png_set_alpha_mode(png_structrp png_ptr, int mode, double output_gamma) function
829 * file if a gAMA chunk was present. png_set_alpha_mode provides a
1281 * png_set_alpha_mode and this is another source for a default file gamma so
1308 * png_set_alpha_mode (even if the alpha handling mode isn't required
1441 * so the color is in the color space of the output or png_set_alpha_mode
H A Dpng.h439 #define png_set_alpha_mode FOXIT_png_set_alpha_mode macro
1498 * The API function png_set_alpha_mode specifies which of these choices to use
1508 PNG_FP_EXPORT(227, void, png_set_alpha_mode, (png_structrp png_ptr, int mode,
1562 * By default, if png_set_alpha_mode() is not called, libpng assumes that all
1565 * better to call png_set_alpha_mode() with PNG_DEFAULT_sRGB than rely on the
1585 /* The following are examples of calls to png_set_alpha_mode to achieve the
1589 * png_set_alpha_mode(pp, PNG_ALPHA_PNG, PNG_DEFAULT_sRGB);
1595 * png_set_alpha_mode(pp, PNG_ALPHA_PNG, PNG_GAMMA_MAC);
1600 * png_set_alpha_mode(pp, PNG_ALPHA_STANDARD, PNG_GAMMA_LINEAR);
1609 * png_set_alpha_mode(p
[all...]
/external/skia/third_party/libpng/
H A Dpngprefix.h333 #define png_set_alpha_mode skia_png_set_alpha_mode macro

Completed in 148 milliseconds