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

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

Completed in 29 milliseconds