Searched refs:OPAQUE (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xaw.c | 148 OPAQUE(asciiSinkObjectClass, xawWidgetClass_t), 151 OPAQUE(asciiSinkObjectClass, xawWidgetClass_t), 154 OPAQUE(asciiTextWidgetClass, xawWidgetClass_t), 157 OPAQUE(boxWidgetClass, xawWidgetClass_t), 160 OPAQUE(commandWidgetClass, xawWidgetClass_t), 163 OPAQUE(dialogWidgetClass, xawWidgetClass_t), 166 OPAQUE(formWidgetClass, xawWidgetClass_t), 169 OPAQUE(gripWidgetClass, xawWidgetClass_t), 172 OPAQUE(labelWidgetClass, xawWidgetClass_t), 175 OPAQUE(listWidgetClas [all...] |
| H A D | xt.c | 229 OPAQUE(coreWidgetClass, xtWidgetClass_t), 232 OPAQUE(compositeWidgetClass, xtWidgetClass_t), 235 OPAQUE(constraintWidgetClass, xtWidgetClass_t), 238 OPAQUE(transientShellWidgetClass, xtWidgetClass_t), 290 code = CONS(CDR(CDR(args->data)), CONS(OPAQUE(w, xtWidget_t), 291 CONS(CAR(CDR(args->data)), CONS(OPAQUE(call_data, 0), NIL)))); 355 result = CONS(OPAQUE(children[i], xtWidget_t), NIL); 463 input = OPAQUE(id, xtInputId_t); 565 OPAQUE(appcon, xtAppContext_t), 580 return (OPAQUE(shel [all...] |
| H A D | x11.c | 135 return (OPAQUE(XOpenDisplay(dname), x11Display_t)); 171 return (OPAQUE(DefaultRootWindow((Display*)(display->data.opaque.data)), 206 return (OPAQUE(DefaultScreenOfDisplay((Display*)(display->data.opaque.data)), 340 return (OPAQUE(DefaultGC(display, screen), x11GC_t)); 357 return (OPAQUE(DefaultGCOfScreen((Screen*)(screen->data.opaque.data)), 430 return (OPAQUE(
|
| H A D | psql.c | 311 return (res ? OPAQUE(res, PGresult_t) : NIL); 872 return (conn ? OPAQUE(conn, PGconn_t) : NIL);
|
| /xsrc/external/mit/transset/dist/ |
| H A D | transSet.c | 71 #define OPAQUE 0xffffffff macro 302 (double) current_opacity / OPAQUE); 304 current_opacity = OPAQUE; 307 d = (double) current_opacity / OPAQUE + d; 309 d = (double) current_opacity / OPAQUE - d; 317 opacity = (unsigned int) (d * OPAQUE); 325 if (current_opacity != OPAQUE) 326 opacity = OPAQUE; 328 if (opacity == OPAQUE) 337 printf ("Set Property to %g", (double) opacity / OPAQUE); [all...] |
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 151 #define OPAQUE 0xffffffff macro 297 w->opacity = f->cur * OPAQUE; 353 w->opacity = f->cur * OPAQUE; 359 w->opacity = f->finish*OPAQUE; 367 w->opacity = f->finish*OPAQUE; 859 opacity = opacity * ((double)w->opacity)/((double)OPAQUE); 1052 if (w->opacity != OPAQUE && !w->shadowPict) 1054 (double) w->opacity / OPAQUE * 0.3, 1076 if (w->opacity != OPAQUE && !w->alphaPict) 1078 (double) w->opacity / OPAQUE, [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | windialogs.c | 99 SetBkMode(draw->hDC, OPAQUE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | windialogs.c | 116 SetBkMode (draw->hDC, OPAQUE);
|
| H A D | winfillsp.c | 394 SetBkMode (pGCPriv->hdcMem, OPAQUE); 752 SetBkMode (pGCPriv->hdc, OPAQUE);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | debugger.c | 624 CONS(OPAQUE(sym, 0), /* VAR */
|
| H A D | helper.c | 466 result = OPAQUE(object->data.opaque.data, 0);
|
| H A D | internal.h | 420 #define OPAQUE(data, type) LispNewOpaque((void*)((long)data), type) macro
|
| H A D | core.c | 2058 name = OPAQUE(alist, LispArgList_t);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis300_accel.h | 71 #define OPAQUE 0x00000000 macro
|
| H A D | sis310_accel.h | 72 #define OPAQUE 0x00000000 macro
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_accel.h | 92 #define OPAQUE 0x00000000 macro
|
Completed in 37 milliseconds