| /xsrc/external/mit/twm/dist/src/ |
| H A D | list.h | 73 XClassHint *xclass, Pixel *ptr); 75 XClassHint *xclass);
|
| H A D | list.c | 114 * \param xclass a pointer to the class to look for 117 LookInList(name_list * list_head, const char *name, XClassHint *xclass) argument 126 if (xclass) { 129 if (strcmp(xclass->res_name, nptr->name) == 0) 134 if (strcmp(xclass->res_class, nptr->name) == 0) 154 * \param xclass a pointer to the class to look for 158 GetColorFromList(name_list * list_head, const char *name, XClassHint *xclass, argument 173 if (xclass) { 175 if (strcmp(xclass->res_name, nptr->name) == 0) { 184 if (strcmp(xclass [all...] |
| H A D | add_window.c | 191 tmp_win->xclass = NoClass; 192 XGetClassHint(dpy, tmp_win->w, &tmp_win->xclass); 266 if (tmp_win->xclass.res_name == NULL) 267 tmp_win->xclass.res_name = NoName; 268 if (tmp_win->xclass.res_class == NULL) 269 tmp_win->xclass.res_class = NoName; 276 &tmp_win->xclass)); 280 &tmp_win->xclass)); 284 &tmp_win->xclass)); 288 &tmp_win->xclass); [all...] |
| H A D | session.c | 288 if (!write_counted_string(configFile, theWindow->xclass.res_name)) 290 if (!write_counted_string(configFile, theWindow->xclass.res_class)) 379 entry->xclass.res_name = NULL; 380 entry->xclass.res_class = NULL; 392 if (!read_counted_string(configFile, &entry->xclass.res_name)) 394 if (!read_counted_string(configFile, &entry->xclass.res_class)) 464 if (entry->xclass.res_name) 465 free(entry->xclass.res_name); 466 if (entry->xclass.res_class) 467 free(entry->xclass [all...] |
| H A D | iconmgr.c | 364 if (LookInList(Scr->IconMgrNoShow, tmp_win->full_name, &tmp_win->xclass)) 367 !LookInList(Scr->IconMgrShow, tmp_win->full_name, &tmp_win->xclass)) 370 &tmp_win->xclass)) == NULL) 387 GetColorFromList(Scr->IconManagerFL, tmp_win->full_name, &tmp_win->xclass, 389 GetColorFromList(Scr->IconManagerBL, tmp_win->full_name, &tmp_win->xclass, 392 &tmp_win->xclass, &tmp->highlight);
|
| H A D | twm.h | 270 XClassHint xclass; member in struct:TwmWindow 326 XClassHint xclass; member in struct:TWMWinConfigEntry
|
| H A D | events.c | 636 (key->win_name, Tmp_win->xclass.res_name, 651 (key->win_name, Tmp_win->xclass.res_class, 1237 * 5. xclass.res_name 1238 * 6. xclass.res_class 1263 if (Tmp_win->xclass.res_name && 1264 Tmp_win->xclass.res_name != NoName) /* 5 */ 1265 XFree(Tmp_win->xclass.res_name); 1266 if (Tmp_win->xclass.res_class && 1267 Tmp_win->xclass.res_class != NoName) /* 6 */ 1268 XFree(Tmp_win->xclass [all...] |
| H A D | icons.c | 343 &tmp_win->xclass); 407 &tmp_win->xclass);
|
| H A D | menus.c | 2042 if (!strncmp(action, t->xclass.res_name, (size_t) len)) 2048 if (!strncmp(action, t->xclass.res_class, (size_t) len)) 2396 LookInList(Scr->WarpCursorL, tmp_win->full_name, &tmp_win->xclass)) && 2543 "Class.res_name = \"%s\"", t->xclass.res_name); 2545 "Class.res_class = \"%s\"", t->xclass.res_class);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 394 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) argument 405 temp.CLASS = xclass; 410 if (depth==default_depth && xclass==default_class) { 422 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { 450 int depth, xclass = -1; local in function:get_env_visual 462 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; 463 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; 464 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor; 465 else if (strcmp(type,"StaticColor")==0) xclass 497 int xclass, visclass = 0; local in function:choose_x_visual [all...] |
| H A D | xm_api.c | 663 const int xclass = v->visualType; local in function:initialize_visual_and_buffer 664 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) { 827 const int xclass = v->visualType; local in function:XMesaCreateVisual 828 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 390 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) argument 401 temp.CLASS = xclass; 406 if (depth==default_depth && xclass==default_class) { 418 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { 446 int depth, xclass = -1; local in function:get_env_visual 458 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; 459 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; 460 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor; 461 else if (strcmp(type,"StaticColor")==0) xclass 493 int xclass, visclass = 0; local in function:choose_x_visual [all...] |
| H A D | xm_api.c | 656 const int xclass = v->visualType; local in function:initialize_visual_and_buffer 657 if (xclass != GLX_TRUE_COLOR && xclass != GLX_DIRECT_COLOR) { 818 const int xclass = v->visualType; local in function:XMesaCreateVisual 819 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 485 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) argument 496 temp.CLASS = xclass; 501 if (depth==default_depth && xclass==default_class) { 513 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { 542 int depth, xclass = -1; local in function:get_env_visual 554 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; 555 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; 556 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; 557 else if (strcmp(type,"StaticGray")==0) xclass 585 int xclass, visclass = 0; local in function:choose_x_visual [all...] |
| H A D | xm_api.c | 566 const int xclass = v->visualType; local in function:initialize_visual_and_buffer 578 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { 830 const int xclass = v->visualType; local in function:XMesaCreateVisual 831 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
| H A D | xm_dd.c | 72 const int xclass = xmesa->xm_visual->visualType; local in function:color_mask 80 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 478 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) argument 489 temp.CLASS = xclass; 494 if (depth==default_depth && xclass==default_class) { 506 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { 535 int depth, xclass = -1; local in function:get_env_visual 547 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; 548 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; 549 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; 550 else if (strcmp(type,"StaticGray")==0) xclass 578 int xclass, visclass = 0; local in function:choose_x_visual [all...] |
| H A D | xm_api.c | 565 const int xclass = v->visualType; local in function:initialize_visual_and_buffer 577 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { 825 const int xclass = v->visualType; local in function:XMesaCreateVisual 826 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
| H A D | xm_dd.c | 79 const int xclass = xmesa->xm_visual->visualType; local in function:color_mask 87 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|