Searched refs:full (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MailboxP.h37 Boolean flipit; /* do flip of full pixmap */
47 Pixmap pixmap; /* full depth pixmap */
49 } full, empty; member in struct:__anon308
59 typedef struct _MailboxRec { /* full instance record */
69 typedef struct _MailboxClassRec { /* full class record declaration */
H A DXaw3_1Mailbox.c97 offset (full.bitmap), XtRString, "flagup" },
99 offset (full.mask), XtRBitmap, (caddr_t) &nopix },
223 w->mailbox.full.pixmap = None;
361 if (w->mailbox.full.bitmap == None) {
362 w->mailbox.full.bitmap =
378 w->mailbox.full.pixmap = make_pixmap (dpy, w, w->mailbox.full.bitmap,
380 &w->mailbox.full.width,
381 &w->mailbox.full.height);
384 if (w->mailbox.empty.mask == None && w->mailbox.full
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c380 uint64_t full; member in struct:ring
626 ring->idle = ring->full = 0;
632 int full; local
645 full = ring->tail - ring->head;
646 if (full < 0)
647 full += ring->size;
648 ring->full += full;
665 (int)(ring->full / samples_per_sec),
667 (int)((ring->full / samples_to_percent_rati
[all...]
/solaris-x11-s11/open-src/lib/fontconfig/
H A D49-sun-preuser.conf27 <!-- We have enabled full and auto hinting -->

Completed in 22 milliseconds