Searched refs:full (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1MailboxP.h | 37 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 D | Xaw3_1Mailbox.c | 97 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 D | i915_gem_debug.c | 380 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 D | 49-sun-preuser.conf | 27 <!-- We have enabled full and auto hinting -->
|
Completed in 15 milliseconds