Searched refs:img_oda_blue (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dcolordata.h33 char* img_oda_blue; member in struct:_ColorData
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dcolordata.h44 char* img_oda_blue; member in struct:_ColorData
H A DX11Color.c829 awt_data->color_data->img_oda_blue = &(std_img_oda_blue[0][0]);
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_ordclrsgn.h70 extern sgn_ordered_dither_array img_oda_blue;
87 blue += img_oda_blue[relx][rely]; \
H A Dimg_ordclruns.h69 extern uns_ordered_dither_array img_oda_blue;
121 blue += img_oda_blue[relx][rely]; \
H A DREADME206 extern uns_ordered_dither_array img_oda_blue;
221 extern sgn_ordered_dither_array img_oda_blue;
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c259 cData->img_oda_blue = &(std_img_oda_blue[0][0]);
263 cData->img_oda_blue = &(std_img_oda_blue[0][0]);
289 make_sgn_ordered_dither_array(cData->img_oda_blue, -i / 2, i / 2);
300 k = cData->img_oda_blue[(j<<3)+i];
301 cData->img_oda_blue[(j<<3)+i] = cData->img_oda_blue[((7 - j)<<3)+i];
302 cData->img_oda_blue[((7 - j)<<3) + i] = k;
H A DBufImgSurfaceData.c238 pRasInfo->bluErrTable = bipriv->cData->img_oda_blue;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c844 xsdo->cData->img_oda_blue == NULL))
1016 pRasInfo->bluErrTable = xsdo->cData->img_oda_blue;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp892 pRasInfo->bluErrTable = cData->img_oda_blue;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1745 pRasInfo->bluErrTable = bipriv->cData->img_oda_blue;

Completed in 156 milliseconds