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

/external/chromium_org/third_party/libpng/
H A Dpngrtran.c98 int need_expand, double background_gamma)
115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0);
802 * RGB_ALPHA (in which case need_expand is superfluous anyway), the
96 png_set_background(png_structp png_ptr, png_color_16p background_color, int background_gamma_code, int need_expand, double background_gamma) argument
/external/libpng/
H A Dpngrtran.c126 int need_expand, png_fixed_point background_gamma)
146 if (need_expand)
156 int need_expand, double background_gamma)
159 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
1425 * RGB_ALPHA (in which case need_expand is superfluous anyway), the
1447 /* PNG_COMPOSE: png_set_background was called with need_expand false,
124 png_set_background_fixed(png_structrp png_ptr, png_const_color_16p background_color, int background_gamma_code, int need_expand, png_fixed_point background_gamma) argument
154 png_set_background(png_structrp png_ptr, png_const_color_16p background_color, int background_gamma_code, int need_expand, double background_gamma) argument
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrtran.c98 int need_expand, double background_gamma)
115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0);
802 * RGB_ALPHA (in which case need_expand is superfluous anyway), the
96 png_set_background(png_structp png_ptr, png_color_16p background_color, int background_gamma_code, int need_expand, double background_gamma) argument

Completed in 285 milliseconds