Searched refs:initCubemap (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dimg_util_md.h98 extern unsigned char* initCubemap(int* cmap, int cmap_len, int cube_dim);
H A Dawt_Palette.cpp315 initCubemap((int *)systemEntries, numEntries, 32);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dimg_util_md.h105 extern unsigned char* initCubemap(int* cmap, int cmap_len, int cube_dim);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c159 * recode the functions (Win32)awt_Image:initCubemap(),
161 * (Solaris)color:initCubemap() to call the shared codes.
164 initCubemap(int* cmap, function
180 fprintf(stderr, "Out of memory in color:initCubemap()1\n");
197 fprintf(stderr, "Out of memory in color:initCubemap()2\n");
209 fprintf(stderr, "Out of memory in color:initCubemap()3\n");
234 fprintf(stderr, "Out of memory in color:initCubemap()4\n");
247 fprintf(stderr, "Out of memory in color:initCubemap()5\n");
H A DBufImgSurfaceData.c294 cData->img_clr_tbl = initCubemap(pRgb, bisdo->lutsize, 32);

Completed in 24 milliseconds