HomeSort by: relevance | last modified time | path
    Searched defs:OPAQUE (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/transset/dist/
transSet.c 71 #define OPAQUE 0xffffffff
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/xf86-video-xgi/dist/src/
xgi_accel.h 92 #define OPAQUE 0x00000000
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis310_accel.h 72 #define OPAQUE 0x00000000
sis300_accel.h 71 #define OPAQUE 0x00000000
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 151 #define OPAQUE 0xffffffff
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, 0, 0, 0)
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
internal.h 110 ((obj)->data.opaque.type == typ || (obj)->data.opaque.type == 0))
417 /* opaque */
420 #define OPAQUE(data, type) LispNewOpaque((void*)((long)data), type)
628 } opaque; member in union:_LispObj::__anon6613

Completed in 15 milliseconds