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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c124 int need_expand, png_fixed_point background_gamma)
145 if (need_expand)
155 int need_expand, double background_gamma)
158 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
1418 * RGB_ALPHA (in which case need_expand is superfluous anyway), the
1440 /* PNG_COMPOSE: png_set_background was called with need_expand false,
122 png_set_background_fixed(png_structp png_ptr, png_const_color_16p background_color, int background_gamma_code, int need_expand, png_fixed_point background_gamma) argument
153 png_set_background(png_structp png_ptr, png_const_color_16p background_color, int background_gamma_code, int need_expand, double background_gamma) argument

Completed in 43 milliseconds