Home
last modified time | relevance | path

Searched refs:myBgPixel (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtdgtlist.c122 values.foreground = myBgPixel;
162 values.background = myBgPixel;
179 values.background = myBgPixel;
181 values.foreground = myBgPixel;
202 values.background = myBgPixel;
204 values.foreground = myBgPixel;
265 values.foreground = myBgPixel;
1044 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel), h=0, content_h=0;
H A Dbutton.c135 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
182 XSetForeground(mainDisplay, defaultGC, myBgPixel);
H A Dchoice.c421 values.background = myBgPixel; in ShowCurFont()
536 values.background = myBgPixel; in ShowTextVSpace()
572 values.background = myBgPixel; in ShowZoom()
626 values.background = myBgPixel; in ShowTextSize()
690 values.background = myBgPixel; in ShowRotate()
724 values.foreground = (threeDLook ? myLtGryPixel : myBgPixel); in ShowLineWidth()
725 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in ShowLineWidth()
796 values.background = myBgPixel; in ShowRCBRadius()
837 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in ShowFill()
868 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in ShowPen()
[all …]
H A Dcolor.c143 return myBgPixel;
1038 myBgPixel = color.pixel; in InitColor()
1105 myBgPixel = color.pixel; in InitColor()
1203 myBgPixel = color.pixel; in InitColor()
1234 colorPixels[i] = myBgPixel; in InitColor()
1238 xorColorPixels[i] = myFgPixel ^ myBgPixel; in InitColor()
1273 xorOne = myRubberBandPixel^myBgPixel; in InitColor()
1275 xorOne = myFgPixel^myBgPixel; in InitColor()
1278 xorZero = myBgPixel; in InitColor()
1279 if (myFgPixel == myBgPixel) { in InitColor()
[all …]
H A Dtginssym.c85 values.background = myBgPixel;
H A Dtdgtbmpl.c123 values.background = myBgPixel;
137 values.foreground = myFgPixel^myBgPixel;
1142 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel), w=0, h=0;
1177 myBorderPixel, myBgPixel)) == 0) {
H A Dsetup.c224 int myBgPixel=INVALID; variable
1820 bg_pixel = (threeDLook ? myLtGryPixel : myBgPixel); in Setup()
2028 brdrW, myBorderPixel, myBgPixel)) == 0) { in Setup()
2078 msgWindowW, msgWindowH, brdrW, myBorderPixel, myBgPixel)) == 0) { in Setup()
2093 cur_y, rulerW, rulerW, 1, myBorderPixel, myBgPixel)) == 0) { in Setup()
2098 1, myBorderPixel, myBgPixel)) == 0) { in Setup()
2121 myBgPixel)) == 0) { in Setup()
2126 myBorderPixel, myBgPixel)) == 0) { in Setup()
H A Dmenu.c820 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
837 fg_pixels[TGBS_RAISED] = myBgPixel;
845 fg_pixels[TGBS_RAISED] = myBgPixel;
984 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel), color_pixel=INVALID;
1057 menu->image_w, menu->image_h, myFgPixel, myBgPixel);
1827 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
3043 iconWindowH+(brdrW<<1), brdrW, myBorderPixel, myBgPixel)) == 0) { in InitIcon()
3075 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in InitMenu()
3085 values.foreground = myBgPixel; in InitMenu()
3375 int fg_pixel=(highlight ? myBgPixel : myFgPixel);
[all …]
H A Dtdgtbtn.c157 values.background = (threeDLook ? myLtGryPixel : myBgPixel);
498 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
H A Dtidget.c611 values.background = myBgPixel; in TidgetManagerResetGC()
702 values.background = myBgPixel; in InitTidget()
H A Dtdgtdraw.c228 x, y, w, h, brdrW, myBorderPixel, myBgPixel)) == 0) {
H A Dsetup.e115 extern int myBgPixel;
H A Dtdgtmsg.c309 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel), w=0, h=0;
H A Dtdgtbase.c280 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
H A Druler.c224 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in InitRuler()
407 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
1354 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel); in CreateMeasureTooltipWindow()
H A Dscroll.c306 values.background = myBgPixel;
351 values.foreground = myBgPixel;
361 values.background = myBgPixel;
H A Dpage.c84 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
104 XSetForeground(mainDisplay, defaultGC, (on_top ? myBgPixel: bg_pixel));
110 XSetForeground(mainDisplay, defaultGC, myBgPixel);
2516 XSetWindowBackground(mainDisplay, drawWindow, myBgPixel); in ClearPaperColor()
H A Dtdgtbrow.c309 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel), w=0, h=0;
H A Ddialog.c577 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
796 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
875 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
H A Draster.c671 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in InitPattern()
681 values.background = myBgPixel; in InitPattern()
688 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in InitPattern()
H A Dcursor.c376 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in CreateCursor()
H A Dmainmenu.c92 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel); in InitMainMenu()
814 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
H A Dtdgtsedt.c428 x, y, w, h, brdrW, myBorderPixel, myBgPixel)) == 0) {
H A Dchoose.c317 values.background = (threeDLook ? myLtGryPixel : myBgPixel); in InitNamesInfo()
327 values.foreground = myBgPixel; in InitNamesInfo()
542 XSetForeground(mainDisplay, textMenuGC, myBgPixel); in RedrawNamePath()
739 int bg_pixel=(threeDLook ? myLtGryPixel : myBgPixel);
H A Dtgisdl.c769 values.foreground = myBgPixel;

12