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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBufferedImage.java106 public static final int TYPE_INT_RGB = 1; field in class:BufferedImage
305 * @see #TYPE_INT_RGB
323 case TYPE_INT_RGB:
711 imageType = TYPE_INT_RGB;
829 * @see #TYPE_INT_RGB
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c61 #define TYPE_INT_RGB java_awt_image_BufferedImage_TYPE_INT_RGB macro
1598 * Good example is raster that is used in TYPE_INT_RGB buffered
1961 else if (srcImageType == TYPE_INT_RGB &&
2567 /* These types are compatible with TYPE_INT_RGB */

Completed in 43 milliseconds