Home
last modified time | relevance | path

Searched refs:topGC (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/grace/grace-5.1.25/Xbae/Xbae/
H A DShadow.c431 GC topGC;
447 topGC,
467 topGC, bottomGC,
483 topGC, bottomGC,
503 topGC,
553 topGC, bottomGC,
580 GC topGC;
609 topGC,
629 topGC, bottomGC,
680 topGC,
[all …]
/dports/x11-toolkits/xbae/xbae-4.60.4/src/
H A DShadow.c264 int height, GC topGC, GC bottomGC, unsigned char shadow) in DrawRowShadow() argument
276 XSetClipRectangles(XtDisplay(mw), topGC, 0, 0, &rect, 1, Unsorted); in DrawRowShadow()
277 if (topGC != bottomGC) in DrawRowShadow()
292 DRAW_SHADOW(XtDisplay(mw), win, "win", topGC, bottomGC, in DrawRowShadow()
295 XSetClipMask(XtDisplay(mw), topGC, None); in DrawRowShadow()
296 if (topGC != bottomGC) in DrawRowShadow()
302 int height, GC topGC, GC bottomGC, unsigned char shadow) in DrawColumnShadow() argument
315 if (topGC != bottomGC) in DrawColumnShadow()
330 DRAW_SHADOW(XtDisplay(mw), win, "win", topGC, bottomGC, in DrawColumnShadow()
333 XSetClipMask(XtDisplay(mw), topGC, None); in DrawColumnShadow()
[all …]
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwFrame.c284 newFw->frame.topGC =
396 GC topGC = fw->frame.topGC ; local
410 Draw3dBox(w, 0,sy, sw,sh, s, topGC, botGC) ;
413 Draw3dBox(w, 0,sy, sw,sh, s, botGC, topGC) ;
417 Draw3dBox(w, s/2, sy+s/2, sw-s, sh-s, s-s/2, botGC, topGC) ;
418 Draw3dBox(w, 0,sy,sw,sh, s/2, topGC, botGC) ;
421 Draw3dBox(w, s/2, sy+s/2, sw-s, sh-s, s-s/2, topGC, botGC) ;
422 Draw3dBox(w, 0,sy, sw,sh, s/2, botGC, topGC) ;
426 Draw3dBox(w, 0,sy+0, sw, sh, 2, topGC, botGC) ;
430 Draw3dBox(w, 0,sy+0, sw,sh, 2, botGC, topGC) ;
[all …]
H A DMwFrameP.h54 GC topGC ; member
H A DMwTabsP.h56 GC topGC ; member
H A DMwSliderP.h94 GC topGC ; member
H A DMwSlider.c382 sw->slider.topGC = in SliderInit()
917 sw->slider.shadowWidth, sw->slider.botGC, sw->slider.topGC) ; in SliderDrawBorder()
986 GC topgc = sw->slider.topGC ; in SliderDrawThumb()
1113 sw->slider.topGC = AllocTopShadowGC(w, in SliderAllocGCs()
1132 XtReleaseGC(w, sw->slider.topGC) ; in SliderFreeGCs()
H A DMwTabs.c390 newTw->tabs.topGC =
1022 tw->tabs.topGC = AllocTopShadowGC((Widget)tw,
1038 XtReleaseGC(w, tw->tabs.topGC) ;
1158 GC topgc = tw->tabs.topGC ;
1181 GC topgc = undraw ? bggc : tw->tabs.topGC ;
H A DMwVSlider.c243 GC topgc = sw->slider.topGC ; in VSliderDrawBackground()
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnix3d.c219 GC topGC = NULL, bottomGC = NULL; in Tk_3DHorizontalBevel() local
235 topGC = bottomGC = borderPtr->bgGC; in Tk_3DHorizontalBevel()
238 topGC = borderPtr->darkGC; in Tk_3DHorizontalBevel()
242 topGC = bottomGC = (topBevel? borderPtr->lightGC : borderPtr->darkGC); in Tk_3DHorizontalBevel()
245 topGC = borderPtr->lightGC; in Tk_3DHorizontalBevel()
259 topGC = bottomGC = (topBevel? borderPtr->darkGC : borderPtr->lightGC); in Tk_3DHorizontalBevel()
307 (y < halfway) ? topGC : bottomGC, x1, y, in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnix3d.c219 GC topGC = NULL, bottomGC = NULL; in Tk_3DHorizontalBevel() local
235 topGC = bottomGC = borderPtr->bgGC; in Tk_3DHorizontalBevel()
238 topGC = borderPtr->darkGC; in Tk_3DHorizontalBevel()
242 topGC = bottomGC = (topBevel? borderPtr->lightGC : borderPtr->darkGC); in Tk_3DHorizontalBevel()
245 topGC = borderPtr->lightGC; in Tk_3DHorizontalBevel()
259 topGC = bottomGC = (topBevel? borderPtr->darkGC : borderPtr->lightGC); in Tk_3DHorizontalBevel()
307 (y < halfway) ? topGC : bottomGC, x1, y, in Tk_3DHorizontalBevel()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnix3d.c218 GC topGC = None, bottomGC = None; in Tk_3DHorizontalBevel() local
234 topGC = bottomGC = borderPtr->bgGC; in Tk_3DHorizontalBevel()
237 topGC = borderPtr->darkGC; in Tk_3DHorizontalBevel()
241 topGC = bottomGC = (topBevel? borderPtr->lightGC : borderPtr->darkGC); in Tk_3DHorizontalBevel()
244 topGC = borderPtr->lightGC; in Tk_3DHorizontalBevel()
258 topGC = bottomGC = (topBevel? borderPtr->darkGC : borderPtr->lightGC); in Tk_3DHorizontalBevel()
306 (y < halfway) ? topGC : bottomGC, x1, y, in Tk_3DHorizontalBevel()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnix3d.c225 GC topGC = None, bottomGC = None; local
241 topGC = bottomGC = borderPtr->bgGC;
244 topGC = borderPtr->darkGC;
248 topGC = bottomGC =
252 topGC = borderPtr->lightGC;
267 topGC = bottomGC =
314 (y < halfway) ? topGC : bottomGC, x1, y,
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDrPoly.c43 GC topGC, in XmeDrawPolygonShadow() argument
64 topGC, bottomGC, in XmeDrawPolygonShadow()
H A DDrawP.h226 GC topGC,
H A DObso1_2.c682 void _XmDrawSquareButton (Widget w, int x, int y, int size, GC topGC, GC bottomGC, GC centerGC, in _XmDrawSquareButton() argument
690 topGC, bottomGC, in _XmDrawSquareButton()
714 void _XmDrawDiamondButton (Widget tw, int x, int y, int size, GC topGC, GC bottomGC, GC centerGC, in _XmDrawDiamondButton() argument
876 topGC, &seg[3], 3); in _XmDrawDiamondButton()
882 topGC, &seg[0], 3); in _XmDrawDiamondButton()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A Dtk3d.c320 GC topGC = None, bottomGC = None; local
335 topGC = bottomGC =
339 topGC = bottomGC =
343 topGC = borderPtr->lightGC;
347 topGC = borderPtr->darkGC;
351 topGC = bottomGC = borderPtr->bgGC;
388 (y < halfway) ? topGC : bottomGC, x1, y,
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A Dtk3d.c320 GC topGC = None, bottomGC = None; local
335 topGC = bottomGC =
339 topGC = bottomGC =
343 topGC = borderPtr->lightGC;
347 topGC = borderPtr->darkGC;
351 topGC = bottomGC = borderPtr->bgGC;
388 (y < halfway) ? topGC : bottomGC, x1, y,
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A Dtk3d.c320 GC topGC = None, bottomGC = None; local
335 topGC = bottomGC =
339 topGC = bottomGC =
343 topGC = borderPtr->lightGC;
347 topGC = borderPtr->darkGC;
351 topGC = bottomGC = borderPtr->bgGC;
388 (y < halfway) ? topGC : bottomGC, x1, y,
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmCDecor.c204 GC topGC, botGC; in FrameExposureProc() local
210 topGC = CLIENT_APPEARANCE(pcd).activeTopShadowGC; in FrameExposureProc()
214 topGC = CLIENT_APPEARANCE(pcd).inactiveTopShadowGC; in FrameExposureProc()
223 topGC, in FrameExposureProc()
240 topGC = CLIENT_TITLE_APPEARANCE(pcd).activeTopShadowGC; in FrameExposureProc()
244 topGC = CLIENT_TITLE_APPEARANCE(pcd).inactiveTopShadowGC; in FrameExposureProc()
251 topGC, in FrameExposureProc()
2642 GC topGC, botGC; in DepressGadget() local
2671 topGC = CLIENT_TITLE_APPEARANCE(pcd).activeTopShadowGC; in DepressGadget()
2687 topGC = CLIENT_APPEARANCE(pcd).activeTopShadowGC; in DepressGadget()
[all …]
H A DWmIDecor.c416 GC iconGC, topGC, botGC; in IconExposureProc() local
441 topGC = ICON_APPEARANCE(pcd).activeTopShadowGC; in IconExposureProc()
447 topGC = ICON_APPEARANCE(pcd).inactiveTopShadowGC; in IconExposureProc()
476 topGC, in IconExposureProc()
535 topGC, in IconExposureProc()
1802 GC iconGC, topGC, botGC; in PaintActiveIconText() local
1809 topGC = ICON_APPEARANCE(pcd).activeTopShadowGC; in PaintActiveIconText()
1817 topGC, in PaintActiveIconText()
H A DWmImage.c318 GC imageGC, topGC, botGC; in MakeIconPixmap() local
556 topGC = GetHighlightGC (pSD, pPS->ts, pPS->bg, in MakeIconPixmap()
565 topGC = GetHighlightGC (pSD, pCD->iconImageTopShadowColor, in MakeIconPixmap()
596 XFillRectangles (DISPLAY, iconPixmap, topGC, top_rects->prect, in MakeIconPixmap()
/dports/audio/xmcd/xmcd-3.3.2/labelh_d/
H A DLabelHP.h61 GC topGC;
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A Dpaint.c296 GC hiGC, topGC, bottomGC; in DrawAnchor() local
421 topGC = MGR_ATTR(top_shadow_GC); in DrawAnchor()
427 topGC = MGR_ATTR(bottom_shadow_GC); in DrawAnchor()
435 topGC = MGR_ATTR(top_shadow_GC); in DrawAnchor()
446 width, font->lineheight, topGC, bottomGC); in DrawAnchor()
486 topGC = MGR_ATTR(bottom_shadow_GC), in DrawAnchor()
491 topGC = MGR_ATTR(top_shadow_GC), in DrawAnchor()
496 width, font->lineheight, topGC, bottomGC); in DrawAnchor()
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A Dpaint.c297 GC hiGC, topGC, bottomGC; in DrawAnchor() local
422 topGC = MGR_ATTR(top_shadow_GC); in DrawAnchor()
428 topGC = MGR_ATTR(bottom_shadow_GC); in DrawAnchor()
436 topGC = MGR_ATTR(top_shadow_GC); in DrawAnchor()
447 width, font->lineheight, topGC, bottomGC); in DrawAnchor()
487 topGC = MGR_ATTR(bottom_shadow_GC), in DrawAnchor()
492 topGC = MGR_ATTR(top_shadow_GC), in DrawAnchor()
497 width, font->lineheight, topGC, bottomGC); in DrawAnchor()

12