Home
last modified time | relevance | path

Searched refs:imageGC (Results 1 – 18 of 18) sorted by relevance

/dports/mail/xfaces/xfaces-3.3/
H A Dface_annotate.c121 GC imageGC;
215 XDrawImageString(display, face->pixmap, imageGC,
220 XDrawString(display, face->pixmap, imageGC,
282 GC imageGC; local
431 XFillRectangle(display, face->pixmap, imageGC,
436 XCopyArea(display, pixmap, face->pixmap, imageGC,
530 XSetFont(display, imageGC, annos[i].font->fid);
537 XSetForeground(display, imageGC, annos[i].fg);
538 XSetBackground(display, imageGC, annos[i].bg);
543 imageGC, shapeGC);
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/w3mimg/x11/
H A Dx11_w3mimg.c35 GC imageGC; member
149 if (xi && !xi->imageGC) { in x11_init()
151 if (!xi->imageGC) in x11_init()
166 if (xi->imageGC) { in x11_finish()
167 XFreeGC(xi->display, xi->imageGC); in x11_finish()
168 xi->imageGC = NULL; in x11_finish()
201 if (!xi->imageGC) in x11_active()
569 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
580 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
589 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
[all …]
/dports/japanese/w3m/w3m-2b59b9e/w3mimg/x11/
H A Dx11_w3mimg.c35 GC imageGC; member
149 if (xi && !xi->imageGC) { in x11_init()
151 if (!xi->imageGC) in x11_init()
166 if (xi->imageGC) { in x11_finish()
167 XFreeGC(xi->display, xi->imageGC); in x11_finish()
168 xi->imageGC = NULL; in x11_finish()
201 if (!xi->imageGC) in x11_active()
569 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
580 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
589 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
[all …]
/dports/www/w3m/w3m-2b59b9e/w3mimg/x11/
H A Dx11_w3mimg.c35 GC imageGC; member
149 if (xi && !xi->imageGC) { in x11_init()
151 if (!xi->imageGC) in x11_init()
166 if (xi->imageGC) { in x11_finish()
167 XFreeGC(xi->display, xi->imageGC); in x11_finish()
168 xi->imageGC = NULL; in x11_finish()
201 if (!xi->imageGC) in x11_active()
569 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
580 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
589 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
[all …]
/dports/www/w3m-img/w3m-2b59b9e/w3mimg/x11/
H A Dx11_w3mimg.c35 GC imageGC; member
149 if (xi && !xi->imageGC) { in x11_init()
151 if (!xi->imageGC) in x11_init()
166 if (xi->imageGC) { in x11_finish()
167 XFreeGC(xi->display, xi->imageGC); in x11_finish()
168 xi->imageGC = NULL; in x11_finish()
201 if (!xi->imageGC) in x11_active()
569 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
580 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
589 xi->imageGC, 0, 0, w, h, 0, 0); in x11_load_image()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmImage.c318 GC imageGC, topGC, botGC; in MakeIconPixmap() local
451 imageGC = XCreateGC (DISPLAY, iconPixmap, gc_mask, &gcv); in MakeIconPixmap()
457 imageGC = XCreateGC (DISPLAY, iconPixmap, (GCForeground|GCBackground), in MakeIconPixmap()
467 XFillRectangle(DISPLAY, iconPixmap, imageGC, 0, 0, in MakeIconPixmap()
515 XChangeGC (DISPLAY, imageGC, gc_mask, &gcv); in MakeIconPixmap()
518 XSetForeground (DISPLAY, imageGC, fg); in MakeIconPixmap()
527 XCopyArea (DISPLAY, bitmap, iconPixmap, imageGC, src_x, src_y, in MakeIconPixmap()
530 XCopyArea (DISPLAY, bitmap, iconPixmap, imageGC, 0, 0, in MakeIconPixmap()
537 XCopyPlane (DISPLAY, bitmap, iconPixmap, imageGC, src_x, src_y, width, in MakeIconPixmap()
540 XCopyPlane (DISPLAY, bitmap, iconPixmap, imageGC, 0, 0, width, height, in MakeIconPixmap()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/swt/org/jfree/experimental/chart/swt/
H A DChartPrintJob.java143 GC imageGC = new GC(image); in printComposite() local
145 elementToPrint.print(imageGC); in printComposite()
153 imageGC.dispose(); in printComposite()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/eviction/
H A Deviction_manager.go70 imageGC ImageGC member
112 imageGC ImageGC,
122 imageGC: imageGC,
248 m.signalToNodeReclaimFuncs = buildSignalToNodeReclaimFuncs(m.imageGC, m.containerGC, hasImageFs)
H A Dhelpers.go979 func buildSignalToNodeReclaimFuncs(imageGC ImageGC, containerGC ContainerGC, withImageFs bool) map[…
987 …geFsAvailable] = nodeReclaimFuncs{containerGC.DeleteAllUnusedContainers, imageGC.DeleteUnusedImage…
988 …eFsInodesFree] = nodeReclaimFuncs{containerGC.DeleteAllUnusedContainers, imageGC.DeleteUnusedImage…
992 …deFsAvailable] = nodeReclaimFuncs{containerGC.DeleteAllUnusedContainers, imageGC.DeleteUnusedImage…
993 …eFsInodesFree] = nodeReclaimFuncs{containerGC.DeleteAllUnusedContainers, imageGC.DeleteUnusedImage…
994 …geFsAvailable] = nodeReclaimFuncs{containerGC.DeleteAllUnusedContainers, imageGC.DeleteUnusedImage…
995 …eFsInodesFree] = nodeReclaimFuncs{containerGC.DeleteAllUnusedContainers, imageGC.DeleteUnusedImage…
H A Deviction_manager_test.go240 imageGC: diskGC,
505 imageGC: diskGC,
697 imageGC: diskGC,
837 imageGC: diskGC,
1086 imageGC: diskGC,
1296 imageGC: diskGC,
1411 imageGC: diskGC,
1560 imageGC: diskGC,
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DScreenP.h101 GC imageGC; /* OBSOLETE FIELD */ member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/
H A DDragSource.java364 GC imageGC = new GC(newDragImage); in drag() local
366 imageGC.setForeground(grayColor); in drag()
367 imageGC.drawRectangle(0, 0, 19, 19); in drag()
368 imageGC.dispose(); in drag()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DScreenP.h100 GC imageGC; member
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincore_freetype_inc.h242 wal::GC imageGC( &image ); in Draw()
243 imageGC.SetFillColor( bg ); in Draw()
244 DrawImage( imageGC, im, node->place.x, node->place.y ); in Draw()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgate.h342 GC imageGC; /* GC for images */ member
H A Dtkgatewin.c351 Tkg_setColor(TkGate.imageGC, GXcopy, Tcl_GetVar(TkGate.tcl,"tkg_commentColor",TCL_GLOBAL_ONLY)); in setGCcolors()
407 TkGate.imageGC = Tkg_createGC(GXcopy,"tan4",TkGate.textXF[1]); in initGCs()
H A Dhtml.c1340 GC igc = TkGate.imageGC; in Html_draw()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h2155 (((XmScreen)w)->screen.imageGC)