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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DJPEGImageDecoder.java85 boolean gray, boolean hasalpha,
94 if (hasalpha) {
84 sendHeaderInfo(int width, int height, boolean gray, boolean hasalpha, boolean multipass) argument
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DIndexColorModel.java277 * @param hasalpha indicates whether alpha values are contained in
285 boolean hasalpha) {
286 this(bits, size, cmap, start, hasalpha, -1);
313 * @param hasalpha indicates whether alpha values are contained in
322 boolean hasalpha, int trans) {
348 if (hasalpha) {
390 * @param hasalpha indicates whether alpha values are contained in
407 boolean hasalpha, int trans, int transferType) {
428 setRGBs(size, cmap, start, hasalpha);
544 private void setRGBs(int size, int cmap[], int start, boolean hasalpha) { argument
284 IndexColorModel(int bits, int size, byte cmap[], int start, boolean hasalpha) argument
321 IndexColorModel(int bits, int size, byte cmap[], int start, boolean hasalpha, int trans) argument
405 IndexColorModel(int bits, int size, int cmap[], int start, boolean hasalpha, int trans, int transferType) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c505 int hasalpha; local
571 hasalpha = (cinfo.out_color_space == JCS_RGBA);
573 hasalpha = 0;
584 grayscale, hasalpha, buffered_mode);
610 if (!grayscale && !hasalpha) {
670 if (hasalpha) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java421 * If the <code>hasalpha</code> argument is <code>false</code>, alpha
425 * @param hasalpha <code>true</code> if the alpha bits are valid;
434 public Color(int rgba, boolean hasalpha) { argument
435 if (hasalpha) {

Completed in 38 milliseconds