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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h67 #define BYTE_COMPONENTS 0x1 macro
79 #define BYTE_INTERLEAVED (BYTE_COMPONENTS | INTERLEAVED)
81 #define BYTE_SINGLE_BAND (BYTE_COMPONENTS | SINGLE_BAND)
82 #define BYTE_PACKED_BAND (BYTE_COMPONENTS | PACKED_BAND)
84 #define BYTE_BANDED (BYTE_COMPONENTS | BANDED)

Completed in 88 milliseconds