HomeSort by relevance Sort by last modified time
    Searched defs:png_set_alpha_mode (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngrtran.c 280 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
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 249 png_debug(1, "in png_set_alpha_mode");
281 * png_set_alpha_mode and png_set_background interact because both use
283 * png_set_alpha_mode is used to set the default mode - PNG_ALPHA_PNG - along
320 * the side effect that the gamma in a second call to png_set_alpha_mode will
353 png_set_alpha_mode(png_structp png_ptr, int mode, double output_gamma) function
800 * file if a gAMA chunk was present. png_set_alpha_mode provides a
    [all...]

Completed in 688 milliseconds