Lines Matching refs:OPAQUE
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);