Home
last modified time | relevance | path

Searched refs:backgroundPixel (Results 1 – 25 of 31) sorted by relevance

12

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dbmpbuttn.cpp127 WXPixel backgroundPixel; in OnSetBitmap() local
129 XmNbackground, &backgroundPixel, in OnSetBitmap()
133 col.SetPixel(backgroundPixel); in OnSetBitmap()
152 WXPixel backgroundPixel; in OnSetBitmap() local
154 XmNbackground, &backgroundPixel, in OnSetBitmap()
158 col.SetPixel(backgroundPixel); in OnSetBitmap()
177 WXPixel backgroundPixel; in OnSetBitmap() local
179 XmNarmColor, &backgroundPixel, in OnSetBitmap()
183 col.SetPixel(backgroundPixel); in OnSetBitmap()
H A Dstatbmp.cpp94 WXPixel backgroundPixel; in DoSetBitmap() local
95 XtVaGetValues( widget, XmNbackground, &backgroundPixel, in DoSetBitmap()
99 col.SetPixel(backgroundPixel); in DoSetBitmap()
H A Dtoolbar.cpp375 WXPixel backgroundPixel; in Realize() local
376 XtVaGetValues(button, XmNbackground, &backgroundPixel, in Realize()
380 col.SetPixel(backgroundPixel); in Realize()
398 WXPixel backgroundPixel; in Realize() local
400 XtVaGetValues(button, XmNselectColor, &backgroundPixel, in Realize()
403 XtVaGetValues(button, XmNarmColor, &backgroundPixel, in Realize()
406 col.SetPixel(backgroundPixel); in Realize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dbmpbuttn.cpp127 WXPixel backgroundPixel; in OnSetBitmap() local
129 XmNbackground, &backgroundPixel, in OnSetBitmap()
133 col.SetPixel(backgroundPixel); in OnSetBitmap()
152 WXPixel backgroundPixel; in OnSetBitmap() local
154 XmNbackground, &backgroundPixel, in OnSetBitmap()
158 col.SetPixel(backgroundPixel); in OnSetBitmap()
177 WXPixel backgroundPixel; in OnSetBitmap() local
179 XmNarmColor, &backgroundPixel, in OnSetBitmap()
183 col.SetPixel(backgroundPixel); in OnSetBitmap()
H A Dstatbmp.cpp94 WXPixel backgroundPixel; in DoSetBitmap() local
95 XtVaGetValues( widget, XmNbackground, &backgroundPixel, in DoSetBitmap()
99 col.SetPixel(backgroundPixel); in DoSetBitmap()
H A Dtoolbar.cpp375 WXPixel backgroundPixel; in Realize() local
376 XtVaGetValues(button, XmNbackground, &backgroundPixel, in Realize()
380 col.SetPixel(backgroundPixel); in Realize()
398 WXPixel backgroundPixel; in Realize() local
400 XtVaGetValues(button, XmNselectColor, &backgroundPixel, in Realize()
403 XtVaGetValues(button, XmNarmColor, &backgroundPixel, in Realize()
406 col.SetPixel(backgroundPixel); in Realize()
H A Ddcclient.cpp1180 WXPixel backgroundPixel = -1; in DoDrawRotatedText() local
1185 backgroundPixel = m_textBackgroundColour.AllocColour(m_display); in DoDrawRotatedText()
1267 backgroundPixel); in DoDrawRotatedText()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dbmpbuttn.cpp127 WXPixel backgroundPixel; in OnSetBitmap() local
129 XmNbackground, &backgroundPixel, in OnSetBitmap()
133 col.SetPixel(backgroundPixel); in OnSetBitmap()
152 WXPixel backgroundPixel; in OnSetBitmap() local
154 XmNbackground, &backgroundPixel, in OnSetBitmap()
158 col.SetPixel(backgroundPixel); in OnSetBitmap()
177 WXPixel backgroundPixel; in OnSetBitmap() local
179 XmNarmColor, &backgroundPixel, in OnSetBitmap()
183 col.SetPixel(backgroundPixel); in OnSetBitmap()
H A Dstatbmp.cpp94 WXPixel backgroundPixel; in DoSetBitmap() local
95 XtVaGetValues( widget, XmNbackground, &backgroundPixel, in DoSetBitmap()
99 col.SetPixel(backgroundPixel); in DoSetBitmap()
H A Dtoolbar.cpp375 WXPixel backgroundPixel; in Realize() local
376 XtVaGetValues(button, XmNbackground, &backgroundPixel, in Realize()
380 col.SetPixel(backgroundPixel); in Realize()
398 WXPixel backgroundPixel; in Realize() local
400 XtVaGetValues(button, XmNselectColor, &backgroundPixel, in Realize()
403 XtVaGetValues(button, XmNarmColor, &backgroundPixel, in Realize()
406 col.SetPixel(backgroundPixel); in Realize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/
H A DGIFFileFormat.java23 int screenWidth, screenHeight, backgroundPixel, bitsPerPixel, defaultDepth; field in GIFFileFormat
90 backgroundPixel = block[5] & 0xFF; in loadFromByteStream()
102 backgroundPixel = -1; in loadFromByteStream()
105 loader.backgroundPixel = backgroundPixel; in loadFromByteStream()
422 int backgroundPixel = loader.backgroundPixel; in unloadIntoByteStream() local
463 outputStream.write(backgroundPixel); in unloadIntoByteStream()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DGIFFileFormat.java23 int screenWidth, screenHeight, backgroundPixel, bitsPerPixel, defaultDepth; field in GIFFileFormat
90 backgroundPixel = block[5] & 0xFF; in loadFromByteStream()
102 backgroundPixel = -1; in loadFromByteStream()
105 loader.backgroundPixel = backgroundPixel; in loadFromByteStream()
422 int backgroundPixel = loader.backgroundPixel; in unloadIntoByteStream() local
465 outputStream.write(backgroundPixel); in unloadIntoByteStream()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DImageLoader.java83 public int backgroundPixel; field in ImageLoader
129 backgroundPixel = -1; in reset()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DImageLoader.java83 public int backgroundPixel; field in ImageLoader
129 backgroundPixel = -1; in reset()
/dports/x11-clocks/emiclock/emiclock-2.0.2/
H A Dgengine.c78 Pixel backgroundPixel; local
93 XtNbackground, &backgroundPixel,
231 pixels[index].pixel = backgroundPixel;
243 backgroundPixel : colorTable[paletteIndex].pixel);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet141.java91 if (useGIFBackground && loader.backgroundPixel != -1) { in main()
92 bgColor = new Color(display, imageData.palette.getRGB(loader.backgroundPixel)); in main()
H A DSnippet288.java113 if (useGIFBackground && loader[i].backgroundPixel != -1) { in loadAllImages()
114 bgColor = new Color(display, imageData.palette.getRGB(loader[i].backgroundPixel)); in loadAllImages()
H A DSnippet194.java60 loader.backgroundPixel = 0; in run()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpnmcrop.c746 pixel const backgroundPixel = pnm_xeltopixel(bgColor, format); in reportFull() local
751 backgroundPixel.r, backgroundPixel.g, backgroundPixel.b, in reportFull()
1322 pixel const backgroundPixel = pnm_xeltopixel(background, format); in cropOneImage() local
1324 ppm_colorname(&backgroundPixel, maxval, TRUE /*hexok*/)); in cropOneImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DImageLoader.java86 public int backgroundPixel; field in ImageLoader
137 backgroundPixel = -1; in reset()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DImageLoader.java86 public int backgroundPixel; field in ImageLoader
137 backgroundPixel = -1; in reset()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dtwang.c66 unsigned long backgroundPixel; /* background color as a pixel value */ member
157 st->backgroundPixel = gcv.foreground; in setup()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/
H A DImageAnalyzer.java1485 int backgroundPixel = loader.backgroundPixel; in animateLoop() local
1486 if (showBackground && backgroundPixel != -1) { in animateLoop()
1488 RGB backgroundRGB = imageData.palette.getRGB(backgroundPixel); in animateLoop()
1696 string = createMsg(bundle.getString("Background_pixel_value"), pixelInfo(loader.backgroundPixel)); in displayImage()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuLandGraphics.pas26 …fillType = (nullPixel, backgroundPixel, ebcPixel, icePixel, addNotHHObj, removeNotHHObj, addHH, re…
189 backgroundPixel:
461 DrawExplosion := FillRoundInLandFT(x, y, Radius, backgroundPixel);
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuLandGraphics.pas26 …fillType = (nullPixel, backgroundPixel, ebcPixel, icePixel, addNotHHObj, removeNotHHObj, addHH, re…
189 backgroundPixel:
461 DrawExplosion := FillRoundInLandFT(x, y, Radius, backgroundPixel);

12