Searched refs:expand16 (Results 1 - 4 of 4) sorted by relevance
/external/libpng/tests/ |
H A D | pngvalid-gamma-expand16-background | 2 exec ./pngvalid --strict --gamma-background --expand16
|
H A D | pngvalid-gamma-expand16-transform | 2 exec ./pngvalid --strict --gamma-transform --expand16
|
H A D | pngvalid-gamma-expand16-alpha-mode | 2 exec ./pngvalid --strict --gamma-alpha-mode --expand16
|
/external/libpng/contrib/libtests/ |
H A D | pngvalid.c | 8848 int expand16; member in struct:gamma_display 8863 int use_input_precision, int scale16, int expand16, 8880 dp->expand16 = expand16; 8914 if (dp->expand16) 8918 png_error(pp, "expand16 (8 to 16 bit conversion) not supported"); 10194 0 /*no scale16*/, 0 /*no expand16*/, 0 /*no background*/, 0 /*hence*/, 10468 * gamma correction in the expand16 case was done using 8-bit gamma 11491 else if (strcmp(*argv, "--expand16") == 0) 8861 gamma_display_init(gamma_display *dp, png_modifier *pm, png_uint_32 id, double file_gamma, double screen_gamma, png_byte sbit, int threshold_test, int use_input_precision, int scale16, int expand16, int do_background, const png_color_16 *pointer_to_the_background_color, double background_gamma) argument
|
Completed in 124 milliseconds