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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h58 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
64 #define GETJSAMPLE(value) ((int) (value)) macro
70 #define GETJSAMPLE(value) ((int) (value)) macro
72 #define GETJSAMPLE(value) ((int) (value) & 0xFF) macro
89 #define GETJSAMPLE(value) ((int) (value)) macro

Completed in 44 milliseconds