Lines Matching refs:png_uint_16
341 * "png_uint_16 year" in png_time_struct.
559 * be png_byte or png_uint_16 (as defined below).
574 png_uint_16 red; /* for use in red green blue files */
575 png_uint_16 green;
576 png_uint_16 blue;
577 png_uint_16 gray; /* for use in grayscale files */
601 png_uint_16 red;
602 png_uint_16 green;
603 png_uint_16 blue;
604 png_uint_16 alpha;
605 png_uint_16 frequency;
685 png_uint_16 year; /* full year, as in, 1995 */
2572 { png_uint_16 temp = (png_uint_16)((png_uint_16)(fg) \
2573 * (png_uint_16)(alpha) \
2574 + (png_uint_16)(bg)*(png_uint_16)(255 \
2575 - (png_uint_16)(alpha)) + 128); \
2583 (composite) = (png_uint_16)((temp + (temp >> 16)) >> 16); }
2588 (composite) = (png_byte)(((png_uint_16)(fg) * (png_uint_16)(alpha) + \
2589 (png_uint_16)(bg) * (png_uint_16)(255 - (png_uint_16)(alpha)) + \
2593 (composite) = (png_uint_16)(((png_uint_32)(fg) * (png_uint_32)(alpha) + \
2600 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf));
2617 * The parameter is declared unsigned int, not png_uint_16,
2640 ((png_uint_16) \