Home
last modified time | relevance | path

Searched refs:do_background (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
Dpngvalid.c7702 int do_background; member
7717 int do_background, PNG_CONST png_color_16 *pointer_to_the_background_color, in gamma_display_init() argument
7734 dp->do_background = do_background; in gamma_display_init()
7735 if (do_background && pointer_to_the_background_color != 0) in gamma_display_init()
7774 if (dp->do_background >= ALPHA_MODE_OFFSET) in gamma_info_imp()
7779 int mode = dp->do_background - ALPHA_MODE_OFFSET; in gamma_info_imp()
7828 if (dp->do_background) in gamma_info_imp()
7839 png_set_background(pp, &dp->background_color, dp->do_background, in gamma_info_imp()
7843 dp->do_background, 0/*need_expand*/, g); in gamma_info_imp()
7880 int do_background; member
[all …]
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngread.c2651 const int do_background = trans != NULL && in png_image_read_colormap() local
2670 if (do_background && i < num_trans && trans[i] < 255) in png_image_read_colormap()
/external/libpng/
Dpngread.c2917 const int do_background = trans != NULL && in png_image_read_colormap() local
2936 if (do_background && i < num_trans && trans[i] < 255) in png_image_read_colormap()