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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.h47 ColorData *cData; member in struct:_BufImgRIPrivate
H A DBufImgSurfaceData.c175 bipriv->cData = BufImg_SetupICM(env, bisdo);
176 if (bipriv->cData == NULL) {
182 bipriv->cData = NULL;
229 if (bipriv->cData == NULL) {
235 pRasInfo->invColorTable = bipriv->cData->img_clr_tbl;
236 pRasInfo->redErrTable = bipriv->cData->img_oda_red;
237 pRasInfo->grnErrTable = bipriv->cData->img_oda_green;
238 pRasInfo->bluErrTable = bipriv->cData->img_oda_blue;
239 pRasInfo->invGrayTable = bipriv->cData->pGrayInverseLutData;
265 ColorData *cData local
[all...]
H A Ddither.c33 void initInverseGrayLut(int* prgb, int rgbsize, ColorData *cData) { argument
37 if (!cData) {
45 cData->pGrayInverseLutData = inverse;
253 initDitherTables(ColorData* cData) { argument
257 cData->img_oda_red = &(std_img_oda_red[0][0]);
258 cData->img_oda_green = &(std_img_oda_green[0][0]);
259 cData->img_oda_blue = &(std_img_oda_blue[0][0]);
261 cData->img_oda_red = &(std_img_oda_red[0][0]);
262 cData->img_oda_green = &(std_img_oda_green[0][0]);
263 cData
270 make_dither_arrays(int cmapsize, ColorData *cData) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.h60 ColorData *GetColorData() { return cData; }
102 ColorData *cData; // Could be static, but may sometime member in class:AwtWin32GraphicsDevice
H A Dawt_Palette.cpp317 ColorData *cData = device->GetColorData(); local
320 cData != NULL) {
322 if (cData->pGrayInverseLutData != NULL) {
323 free(cData->pGrayInverseLutData);
324 cData->pGrayInverseLutData = NULL;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h107 ColorData *cData; member in struct:_X11SDOps
H A DX11TextRenderer_md.c41 static jboolean checkPixmap(JNIEnv *env, AwtGraphicsConfigDataPtr cData) argument
47 if (cData->monoImage == NULL) {
59 cData->monoImage = img;
62 if (cData->monoImage == NULL) {
67 if (cData->monoPixmap == 0 ||
68 cData->monoPixmapGC == NULL ||
69 cData->monoPixmapWidth != TEXT_BM_WIDTH ||
70 cData->monoPixmapHeight != TEXT_BM_HEIGHT)
72 if (cData->monoPixmap != 0) {
73 XFreePixmap(awt_display, cData
217 AwtGraphicsConfigDataPtr cData; local
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp889 ColorData *cData = wsdo->device->GetColorData(); local
890 pRasInfo->redErrTable = cData->img_oda_red;
891 pRasInfo->grnErrTable = cData->img_oda_green;
892 pRasInfo->bluErrTable = cData->img_oda_blue;

Completed in 38 milliseconds