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

/external/libpng/
H A Dpngrtran.c281 png_debug(1, "in png_set_alpha_mode");
316 * png_set_alpha_mode and png_set_background interact because both use
318 * png_set_alpha_mode is used to set the default mode - PNG_ALPHA_PNG - along
355 * the side effect that the gamma in a second call to png_set_alpha_mode will
388 png_set_alpha_mode(png_structrp png_ptr, int mode, double output_gamma) function
834 * file if a gAMA chunk was present. png_set_alpha_mode provides a
1291 * png_set_alpha_mode and this is another source for a default file gamma so
1318 * png_set_alpha_mode (even if the alpha handling mode isn't required
1451 * so the color is in the color space of the output or png_set_alpha_mode
/external/pdfium/third_party/lpng_v163/
H A Dpngrtran.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...]

Completed in 115 milliseconds