Searched refs:Ushort555RgbPixelType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshort555Rgb.h34 typedef jushort Ushort555RgbPixelType; typedef
59 (Ushort555RgbPixelType)((((r) >> 3) << 10) | \
64 (Ushort555RgbPixelType)((((rgb) >> (16 + 3 - 10)) & 0x7c00) | \

Completed in 29 milliseconds