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

/external/chromium_org/third_party/skia/src/core/
H A DSkMipMap.cpp40 static inline uint32_t expand16(U16CPU c) { function
58 c = expand16(*p);
62 c += expand16(*p);
68 c += expand16(*p);
72 c += expand16(*p);
/external/skia/src/core/
H A DSkMipMap.cpp40 static inline uint32_t expand16(U16CPU c) { function
58 c = expand16(*p);
62 c += expand16(*p);
68 c += expand16(*p);
72 c += expand16(*p);
/external/libpng/contrib/libtests/
H A Dpngvalid.c7701 int expand16; member in struct:gamma_display
7716 int use_input_precision, int scale16, int expand16,
7733 dp->expand16 = expand16;
7767 if (dp->expand16)
7771 png_error(pp, "expand16 (8 to 16 bit conversion) not supported");
9014 0 /*no scale16*/, 0 /*no expand16*/, 0 /*no background*/, 0 /*hence*/,
9278 * gamma correction in the expand16 case was done using 8-bit gamma
10250 else if (strcmp(*argv, "--expand16") == 0)
7714 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, PNG_CONST png_color_16 *pointer_to_the_background_color, double background_gamma) argument

Completed in 5715 milliseconds