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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h57 /* JSAMPLE should be the smallest type that will hold the values 0..255.
63 typedef unsigned char JSAMPLE; typedef
68 typedef char JSAMPLE; typedef
84 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
88 typedef short JSAMPLE; typedef
132 * extraction code like we did for JSAMPLE. (In other words, these

Completed in 38 milliseconds