Lines Matching refs:png_uint_16
496 png_uint_16 red; /* for use in red green blue files */
497 png_uint_16 green;
498 png_uint_16 blue;
499 png_uint_16 gray; /* for use in grayscale files */
523 png_uint_16 red;
524 png_uint_16 green;
525 png_uint_16 blue;
526 png_uint_16 alpha;
527 png_uint_16 frequency;
607 png_uint_16 year; /* full year, as in, 1995 */
2523 { png_uint_16 temp = (png_uint_16)((png_uint_16)(fg) \
2524 * (png_uint_16)(alpha) \
2525 + (png_uint_16)(bg)*(png_uint_16)(255 \
2526 - (png_uint_16)(alpha)) + 128); \
2534 (composite) = (png_uint_16)(0xffff & ((temp + (temp >> 16)) >> 16)); }
2540 (png_byte)(0xff & (((png_uint_16)(fg) * (png_uint_16)(alpha) + \
2541 (png_uint_16)(bg) * (png_uint_16)(255 - (png_uint_16)(alpha)) + \
2546 (png_uint_16)(0xffff & (((png_uint_32)(fg) * (png_uint_32)(alpha) + \
2553 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf));
2593 ((png_uint_16) \