Searched refs:img_clr_tbl (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dcolordata.h34 unsigned char* img_clr_tbl; member in struct:_ColorData
H A Dimg_util_md.h105 lockInfo->inv_cmap = (const char*)lockInfo->colorData->img_clr_tbl; \
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dcolordata.h41 unsigned char *img_clr_tbl; member in struct:_ColorData
H A Dimg_util_md.h82 cData->img_clr_tbl [ ((UCHAR_ARG(r)>>3)<<10) | \
109 lockInfo->inv_cmap = (const char*)lockInfo->colorData->img_clr_tbl
H A DX11Color.c810 awt_data->color_data->img_clr_tbl =
815 awt_data->color_data->img_clr_tbl);
816 /*img_clr_tbl);*/
823 awt_data->color_data->img_clr_tbl[i] =
824 indices[awt_data->color_data->img_clr_tbl[i]];
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c92 if (pData->img_clr_tbl) {
93 free(pData->img_clr_tbl);
H A DBufImgSurfaceData.c235 pRasInfo->invColorTable = bipriv->cData->img_clr_tbl;
294 cData->img_clr_tbl = initCubemap(pRgb, bisdo->lutsize, 32);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c841 xsdo->cData->img_clr_tbl == NULL ||
1013 pRasInfo->invColorTable = xsdo->cData->img_clr_tbl;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1742 pRasInfo->invColorTable = bipriv->cData->img_clr_tbl;

Completed in 45 milliseconds