Searched refs:colorData (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.cpp78 colorData = new ImgColorData;
79 colorData->grayscale = GS_NOTGRAY;
92 colorData->bitsperpixel = ::GetDeviceCaps(hDC, BITSPIXEL);
96 if (colorData->bitsperpixel > 8) {
106 delete colorData;
163 if (colorData->bitsperpixel < 8) {
182 if (colorData->bitsperpixel > 8) {
186 if (colorData->bitsperpixel != 24) { // 15, 16, or 32 bpp
193 // get stuck in an infinite loop setting the colorData
197 switch (colorData
[all...]
H A Dawt_Win32GraphicsDevice.h46 int GetGrayness() { return colorData->grayscale; }
61 int GetBitDepth() { return colorData->bitsperpixel; }
100 ImgColorData *colorData; member in class:AwtWin32GraphicsDevice
H A Dimg_util_md.h105 lockInfo->inv_cmap = (const char*)lockInfo->colorData->img_clr_tbl; \
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c78 colorDataID = (*env)->GetFieldID(env, icm, "colorData",
266 jobject colorData; local
272 colorData = (*env)->GetObjectField(env, bisdo->icm, colorDataID);
274 if (JNU_IsNull(env, colorData)) {
280 cData = (ColorData*)JNU_GetLongFieldAsPtr(env, colorData, pDataID);
303 if (JNU_IsNull(env, colorData)) {
305 colorData = (*env)->NewObjectA(env, clsICMCD, initICMCDmID, (jvalue *)&pData);
306 (*env)->SetObjectField(env, bisdo->icm, colorDataID, colorData);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DImageData.h173 ColorData *colorData; member in struct:ImageDataByteIndexedLockInfo
195 ColorData *colorData; member in struct:ImageDataIndex8GrayLockInfo
221 ColorData *colorData; member in struct:ImageDataIndex12GrayLockInfo
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dimg_util_md.h109 lockInfo->inv_cmap = (const char*)lockInfo->colorData->img_clr_tbl
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DIndexColorModel.java132 private sun.awt.image.BufImgSurfaceData.ICMColorData colorData = null; field in class:IndexColorModel

Completed in 41 milliseconds