/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | xlock.h | 54 GC gc; /* graphics context for animation */ member in struct:__anon114
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXpriv.h | 64 GC gc; member in struct:_t_XDPSPrivContextRec 91 GC /* gc */,
|
H A D | cslibext.c | 337 register GC gc) 341 XDPSLSyncGCClip(dpy, gc); 376 GC gc) 378 if (dpy && gc) 379 XDPSLFlushGC(dpy, gc); 387 GC gc, 392 unsigned long oldDirty = gc->dirty; 398 /* +++ HACK! Hide the gc->rects flag in arc_mode */ 408 req->gc = XGContextFromGC(gc); 335 XDPSSyncGCClip( register Display *dpy, register GC gc) argument 374 XDPSFlushGC( Display *dpy, GC gc) argument 385 DPSCAPChangeGC( register Display *agent, GC gc, unsigned long valuemask, XGCValues *values) argument 615 DPSCAPCopyGCProc( Display *dpy, GC gc, XExtCodes *codes) argument 648 DPSCAPFreeGCProc( Display *pdpy, GC gc, XExtCodes *codes) argument 709 DPSCAPFlushGCProc( Display *dpy, GC gc, XExtCodes *codes) argument [all...] |
H A D | dpsXpriv.c | 302 GC gc, 355 wh->gc = gc; 388 wh->cxid = XDPSLCreateContextAndSpace (wh->dpy, wh->drawable, wh->gc, 394 wh->cxid = XDPSLCreateContext (wh->dpy, *sxidP, wh->drawable, wh->gc, 299 XDPSCreatePrivContextRec( Display *dpy, Drawable drawable, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, int secure) argument
|
H A D | dpsXclient.c | 521 GC gc, 528 XDPSPrivContext xwh = XDPSCreatePrivContextRec (dpy, draw, gc, x, y, 548 GC gc, 559 XDPSPrivContext xwh = XDPSCreatePrivContextRec (dpy, draw, gc, x, y, 578 GC gc, 589 XDPSPrivContext xwh = XDPSCreatePrivContextRec (dpy, draw, gc, x, y, 518 XDPSCreateSimpleContext( Display *dpy, Drawable draw, GC gc, int x, int y, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument 545 XDPSCreateContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument 575 XDPSCreateSecureContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1SmeLineP.h | 71 GC gc; /* Graphics context for drawing line. */ member in struct:__anon320
|
H A D | Xaw3_1MailboxP.h | 41 GC gc; /* normal GC to use */ member in struct:__anon308
|
H A D | Xaw3_1ScrollbarP.h | 58 GC gc; /* a (shared) gc */ member in struct:__anon314
|
H A D | Xaw3_1AsciiSink.c | 176 * gc - gc to paint text with. 186 PaintText(w, gc, x, y, buf, len) 188 GC gc; 203 XDrawImageString(XtDisplay(ctx), XtWindow(ctx), gc, 238 GC gc = highlight ? sink->ascii_sink.invgc : sink->ascii_sink.normgc; local 248 x += PaintText(w, gc, x, y, buf, j); 259 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0)) 286 (void) PaintText(w, gc, x, y, buf, j);
|
H A D | Xaw3_1Label.c | 278 GC gc; local 286 gc = XtIsSensitive((Widget)lw) ? lw->label.normal_GC : lw->label.gray_GC; 288 if (region != NULL) XSetRegion(XtDisplay(w), gc, region); local 298 XtDisplay(w), XtWindow(w), gc, lw->label.label_x, local 307 XtDisplay(w), XtWindow(w), gc, lw->label.label_x, local 311 XtDisplay(w), lw->label.pixmap, XtWindow(w), gc, local 316 XtDisplay(w), lw->label.pixmap, XtWindow(w), gc, local 321 if (region != NULL) XSetClipMask(XtDisplay(w), gc, (Pixmap)None); local
|
H A D | Xaw3_1Mailbox.c | 221 w->mailbox.gc = get_mailbox_gc (w); 408 XtDestroyGC (w->mailbox.gc); 551 XtDestroyGC (current->mailbox.gc); 552 new->mailbox.gc = get_mailbox_gc (new); 570 GC gc = w->mailbox.gc; local 587 XCopyArea (dpy, im->pixmap, win, gc, 0, 0, im->width, im->height, x, y);
|
H A D | Xaw3_1SmeBSB.c | 221 GC gc; local 237 gc = entry->sme_bsb.rev_gc; 240 gc = entry->sme_bsb.norm_gc; 243 gc = entry->sme_bsb.norm_gray_gc; 272 XDrawString(XtDisplayOfObject(w), XtWindowOfObject(w), gc, local 276 DrawBitmaps(w, gc); 442 * gc - graphics context to use for drawing. 447 DrawBitmaps(w, gc) 449 GC gc; 469 XtWindowOfObject(w), gc, local 487 XtWindowOfObject(w), gc, 0, 0, local [all...] |
H A D | Xaw3_1List.c | 428 * gc - the gc that is used to paint this rectangle 432 HighlightBackground(w, x, y, item, gc) 435 GC gc; 446 XFillRectangle(XtDisplay(w), XtWindow(w), gc, hl_x, hl_y, width, height); local 464 GC gc; local 487 gc = lw->list.revgc; 492 gc = lw->list.normgc; 494 gc = lw->list.graygc; 501 gc 514 XDrawString(XtDisplay(w), XtWindow(w), gc, x, str_y, str, strlen(str)); local [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | SmeLineP.h | 75 GC gc; /* Graphics context for drawing line. */ member in struct:__anon388
|
H A D | ScrollbarP.h | 83 GC gc; /* a (shared) gc */ member in struct:__anon382
|
H A D | AsciiSink.c | 200 * gc - gc to paint text with. 210 PaintText(w, gc, x, y, buf, len) 212 GC gc; 227 XDrawImageString(XtDisplay(ctx), XtWindow(ctx), gc, 262 GC gc = highlight ? sink->ascii_sink.invgc : sink->ascii_sink.normgc; local 272 x += PaintText(w, gc, x, y, buf, j); 283 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0)) 310 (void) PaintText(w, gc, x, y, buf, j);
|
H A D | Label.c | 217 _XawLabelDraw16(dpy, d, gc, x, y, str, n) 220 GC gc; 236 XDrawString16(dpy, d, gc, x, y, buf2b, n); 489 GC gc; local 507 gc = XtIsSensitive(gw) ? w->label.normal_GC : w->label.gray_GC; 510 XSetRegion(XtDisplay(gw), gc, region); local 521 XCopyPlane (XtDisplay(gw), w->label.left_bitmap, XtWindow(gw), gc, local 537 XmbDrawString(XtDisplay(w), XtWindow(w), w->label.fontset, gc, local 545 XmbDrawString(XtDisplay(w), XtWindow(w), w->label.fontset, gc, local 554 XDrawString16(XtDisplay(gw), XtWindow(gw), gc, local 558 XDrawString(XtDisplay(gw), XtWindow(gw), gc, local 568 XDrawString16(XtDisplay(gw), XtWindow(gw), gc, local 571 XDrawString(XtDisplay(gw), XtWindow(gw), gc, local 578 XCopyPlane(XtDisplay(gw), w->label.pixmap, XtWindow(gw), gc, local 582 XCopyArea(XtDisplay(gw), w->label.pixmap, XtWindow(gw), gc, local 589 XSetClipMask(XtDisplay(gw), gc, (Pixmap)None); local [all...] |
H A D | SmeBSB.c | 239 GC gc; local 264 gc = entry->sme_bsb.rev_gc; 267 gc = entry->sme_bsb.norm_gc; 270 gc = entry->sme_bsb.norm_gray_gc; 318 entry->sme_bsb.fontset, gc, x_loc, y_loc, label, len); local 324 XDrawString(XtDisplayOfObject(w), XtWindowOfObject(w), gc, local 329 DrawBitmaps(w, gc); 521 * gc - graphics context to use for drawing. 526 DrawBitmaps(w, gc) 528 GC gc; 549 XtWindowOfObject(w), gc, 0, 0, local 569 XtWindowOfObject(w), gc, 0, 0, local [all...] |
H A D | TreeP.h | 81 GC gc; /* used to draw lines */ member in struct:__anon414 103 GC gc; /* treeGC/TreeGC */ member in struct:_TreeConstraintsPart
|
H A D | List.c | 499 * gc - the gc to use to paint this rectangle */ 502 HighlightBackground( w, x, y, gc ) 505 GC gc; 533 XFillRectangle( XtDisplay( w ), XtWindow( w ), gc, x, y, local 540 * Converts the passed gc so that any drawing done with that GC will not 579 GC gc; local 606 gc = lw->list.revgc; 611 gc = lw->list.normgc; 613 gc 646 gc, x, str_y, str, strlen( str ) ); local 649 gc, x, str_y, str, strlen( str ) ); local 651 XSetClipMask( XtDisplay( w ), gc, None ); local [all...] |
H A D | MultiSink.c | 226 * gc - gc to paint text with. 236 PaintText(w, gc, x, y, buf, len) 238 GC gc; 255 XwcDrawImageString(XtDisplay(ctx), XtWindow(ctx), fontset, gc, 290 GC gc = highlight ? sink->multi_sink.invgc : sink->multi_sink.normgc; local 300 x += PaintText(w, gc, x, y, buf, j); 311 if ((j != 0) && ((temp = PaintText(w, gc, x, y, buf, j)) == 0)) 334 (void) PaintText(w, gc, x, y, buf, j);
|
H A D | Tree.c | 111 XtOffsetOf(TreeConstraintsRec, tree.gc), XtRImmediate, NULL }, 357 new->tree.gc = get_tree_gc (new); 431 XtReleaseGC (gnew, new->tree.gc); 432 new->tree.gc = get_tree_gc (new); 564 XtReleaseGC (gw, w->tree.gc); 614 GC gc = (tc->tree.gc ? tc->tree.gc : tw->tree.gc); local 621 XDrawLine (dpy, w, gc, src [all...] |
/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | xcolor.c | 52 static GC gc; /* graphics context */ variable 108 XSetForeground(dsp, gc, i * max + j); 109 XFillRectangle(dsp, window, gc, x, y, w, h); 147 XSetForeground(dsp, gc, (i * 16 + j)<<roffset); 148 XFillRectangle(dsp, window, gc, x, y, w, h); 159 XSetForeground(dsp, gc, (i * 16 + j)<<goffset); 160 XFillRectangle(dsp, window, gc, x, y, w, h); 171 XSetForeground(dsp, gc, (i * 16 + j)<<boffset); 172 XFillRectangle(dsp, window, gc, x, y, w, h); 387 gc [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | FontSamplP.h | 124 GC gc; member in struct:__anon214
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSpreview.c | 603 GC gc; local 618 gc = XCreateGC(dpy, dest, GCForeground | GCFunction, &v); 619 XFillRectangle(dpy, dest, gc, x, y, width, height); 620 XFreeGC(dpy, gc); 631 gc = XCreateGC(dpy, dest, GCForeground | GCBackground | GCFunction | 633 XFillRectangle(dpy, dest, gc, x, y, width, height); 634 XFreeGC(dpy, gc);
|