Home
last modified time | relevance | path

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

12

/dports/games/passage/Passage_v4_UnixSource/gamma256/gameSource/
H A DWorld.cpp389 rgbColor returnColor; in sampleFromWorldNoWeight() local
437 returnColor.r = in sampleFromWorldNoWeight()
441 returnColor.g = in sampleFromWorldNoWeight()
445 returnColor.b = in sampleFromWorldNoWeight()
471 return returnColor; in sampleFromWorldNoWeight()
574 returnColor.r = in sampleFromWorldNoWeight()
578 returnColor.g = in sampleFromWorldNoWeight()
582 returnColor.b = in sampleFromWorldNoWeight()
649 returnColor.r = gemColors[ gemNumber ][ 0 ]; in sampleFromWorldNoWeight()
650 returnColor.g = gemColors[ gemNumber ][ 1 ]; in sampleFromWorldNoWeight()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/specialpowers/content/
H A DMockColorPicker.jsm58 this.returnColor = "";
112 let returnColor = this.showCallbackWrapped(this, updateCb);
113 if (typeof returnColor === "string") {
114 result = returnColor;
116 } else if (typeof MockColorPicker.returnColor === "string") {
117 result = MockColorPicker.returnColor;
/dports/lang/spidermonkey78/firefox-78.9.0/testing/specialpowers/content/
H A DMockColorPicker.jsm58 this.returnColor = "";
112 let returnColor = this.showCallbackWrapped(this, updateCb);
113 if (typeof returnColor === "string") {
114 result = returnColor;
116 } else if (typeof MockColorPicker.returnColor === "string") {
117 result = MockColorPicker.returnColor;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/specialpowers/content/
H A DMockColorPicker.jsm58 this.returnColor = "";
112 let returnColor = this.showCallbackWrapped(this, updateCb);
113 if (typeof returnColor === "string") {
114 result = returnColor;
116 } else if (typeof MockColorPicker.returnColor === "string") {
117 result = MockColorPicker.returnColor;
/dports/www/firefox/firefox-99.0/testing/specialpowers/content/
H A DMockColorPicker.jsm61 this.returnColor = "";
115 let returnColor = this.showCallbackWrapped(this, updateCb);
116 if (typeof returnColor === "string") {
117 result = returnColor;
119 } else if (typeof MockColorPicker.returnColor === "string") {
120 result = MockColorPicker.returnColor;
/dports/lang/spidermonkey60/firefox-60.9.0/testing/specialpowers/content/
H A DMockColorPicker.jsm57 this.returnColor = "";
98 let returnColor = MockColorPicker.showCallback(this, updateCb);
99 if (typeof returnColor === "string") {
100 result = returnColor;
102 } else if (typeof MockColorPicker.returnColor === "string") {
103 result = MockColorPicker.returnColor;
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/specialpowers/content/
H A DMockColorPicker.jsm60 this.returnColor = "";
101 let returnColor = MockColorPicker.showCallback(this, updateCb);
102 if (typeof returnColor === "string") {
103 result = returnColor;
105 } else if (typeof MockColorPicker.returnColor === "string") {
106 result = MockColorPicker.returnColor;
/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Tools/
H A DRecolorTool.cs213 ColorBgra returnColor; in AdjustColorDifference()
216 returnColor = basisColor; in AdjustColorDifference()
218 returnColor.B = AdjustColorByte (oldColor.B, newColor.B, basisColor.B); in AdjustColorDifference()
219 returnColor.G = AdjustColorByte (oldColor.G, newColor.G, basisColor.G); in AdjustColorDifference()
220 returnColor.R = AdjustColorByte (oldColor.R, newColor.R, basisColor.R); in AdjustColorDifference()
222 return returnColor; in AdjustColorDifference()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DColorSelection.cs73 Gdk.Color returnColor;
74 gtk_color_selection_get_previous_color(Handle, out returnColor);
75 return returnColor;
/dports/graphics/openrm/rm160/rm/
H A Drmfog.c371 RMcolor4D *returnColor) in rmFogGetColor() argument
374 …(RM_ASSERT(returnColor, "rmFogGetColor() error: the input RMcolor4D pointer is NULL") == RM_WHACKE… in rmFogGetColor()
377 *returnColor = f->fogColor; in rmFogGetColor()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DPTexturePlain.cc90 X11::returnColor(_xc); in unsetColor()
237 X11::returnColor(_xc_base); in unsetColor()
238 X11::returnColor(_xc_hi); in unsetColor()
239 X11::returnColor(_xc_lo); in unsetColor()
354 X11::returnColor(*it); in unsetColors()
H A DFontHandler.hh30 void returnColor(PFont::Color *color);
H A DTheme.cc412 _fh->returnColor(_font_color[i]); in unload()
671 _fh->returnColor(_color[i]); in unload()
821 _fh->returnColor(_color); in unload()
929 _fh->returnColor(font_color); in unload()
1056 _fh->returnColor(_text_color); in unload()
1058 _fh->returnColor(_button_color); in unload()
1063 _fh->returnColor(_button_color); in unload()
H A DPFont.cc36 X11::returnColor(_fg); in ~Color()
39 X11::returnColor(_bg); in ~Color()
H A DFontHandler.cc192 FontHandler::returnColor(PFont::Color *color) in returnColor() function in FontHandler
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DColorSelection.custom71 Gdk.Color returnColor;
72 gtk_color_selection_get_previous_color(Handle, out returnColor);
73 return returnColor;
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DColorLabelMenuItem.h60 void returnColor(const QString &c);
H A DColorLabelMenuItem.cpp92 emit returnColor(color); // signal in colorClicked() local
/dports/graphics/openrm/rm160/include/rm/
H A Drmpipe.h162 RM_EXPORT_API RMenum rmPipeGetSceneBackgroundColor (const RMpipe *toQuery, RMcolor4D *returnColor
/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/
H A DFunctions.php764 $returnColor = Less_Tree_Color::fromKeyword( $colorCandidate );
765 if ( $returnColor ) {
766 return $returnColor;
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/
H A DFunctions.php764 $returnColor = Less_Tree_Color::fromKeyword( $colorCandidate );
765 if ( $returnColor ) {
766 return $returnColor;
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/
H A DFunctions.php764 $returnColor = Less_Tree_Color::fromKeyword( $colorCandidate );
765 if ( $returnColor ) {
766 return $returnColor;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/
H A DFunctions.php764 $returnColor = Less_Tree_Color::fromKeyword( $colorCandidate );
765 if ( $returnColor ) {
766 return $returnColor;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/avalanche/
H A Dgraphics.cpp1018 byte returnColor = 0; in getAlsoColor() local
1022 returnColor = MAX(returnColor, actColor); in getAlsoColor()
1026 return returnColor; in getAlsoColor()
/dports/games/scummvm/scummvm-2.5.1/engines/avalanche/
H A Dgraphics.cpp1018 byte returnColor = 0; in getAlsoColor() local
1022 returnColor = MAX(returnColor, actColor); in getAlsoColor()
1026 return returnColor; in getAlsoColor()

12