Searched refs:awt_depth (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Plugin.c49 int32_t *awt_depth,
69 if (awt_depth != NULL) {
70 *awt_depth = defaultConfig->awt_depth;
91 void getAwtData(int32_t *awt_depth, argument
101 awt_depth,
47 getExtAwtData(Display *display, int32_t screen, int32_t *awt_depth, Colormap *awt_cmap, Visual **awt_visual, int32_t *awt_num_colors, void *pReserved) argument
H A Dawt_LoadLibrary.c267 (int32_t *awt_depth, Colormap *awt_cmap, Visual **awt_visual,
269 (awt_depth, awt_cmap, awt_visual,
H A Dawt_GraphicsEnv.c210 defaultConfig->awt_depth = visualList[i].depth;
466 graphicsConfigs [ind]->awt_depth = pVITrue [i].depth;
496 graphicsConfigs [ind]->awt_depth = pVI8p [i].depth;
509 graphicsConfigs [ind]->awt_depth = pVI12p [i].depth;
522 graphicsConfigs [ind]->awt_depth = pVI8s [i].depth;
535 graphicsConfigs [ind]->awt_depth = pVI8gs [i].depth;
548 graphicsConfigs [ind]->awt_depth = pVI8sg [i].depth;
561 graphicsConfigs [ind]->awt_depth = pVI1sg [i].depth;
H A Dawt_p.h128 int awt_depth; member in struct:_AwtGraphicsConfigData
H A DX11Color.c401 depth = awt_data->awt_depth;
919 (aData->awt_depth >= 15))
1360 if (adata->awt_depth == 8 ||
1361 (adata->awt_depth == 12 && adata->awt_visInfo.class == PseudoColor))
H A Dawt_MToolkit.c3092 if (defaultConfig->awt_depth == 8)

Completed in 50 milliseconds