Searched refs:OPAQUE (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxaw.c148 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 Dxt.c229 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 Dx11.c135 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 Dpsql.c311 return (res ? OPAQUE(res, PGresult_t) : NIL);
872 return (conn ? OPAQUE(conn, PGconn_t) : NIL);
/xsrc/external/mit/transset/dist/
H A DtransSet.c71 #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 Dxcompmgr.c151 #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 Dwindialogs.c99 SetBkMode(draw->hDC, OPAQUE);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwindialogs.c116 SetBkMode (draw->hDC, OPAQUE);
H A Dwinfillsp.c394 SetBkMode (pGCPriv->hdcMem, OPAQUE);
752 SetBkMode (pGCPriv->hdc, OPAQUE);
/xsrc/external/mit/xedit/dist/lisp/
H A Ddebugger.c624 CONS(OPAQUE(sym, 0), /* VAR */
H A Dhelper.c466 result = OPAQUE(object->data.opaque.data, 0);
H A Dinternal.h420 #define OPAQUE(data, type) LispNewOpaque((void*)((long)data), type) macro
H A Dcore.c2058 name = OPAQUE(alist, LispArgList_t);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis300_accel.h71 #define OPAQUE 0x00000000 macro
H A Dsis310_accel.h72 #define OPAQUE 0x00000000 macro
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_accel.h92 #define OPAQUE 0x00000000 macro

Completed in 37 milliseconds