Home
last modified time | relevance | path

Searched refs:_foreground (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/emulators/xbraitenberg/xbraitenberg-0.9/
H A Dgrafix.cc61 alloc_color(&cache->_foreground); in update_gc()
94 r = gcc._foreground.red >> 8; in gc_foreground()
95 g = gcc._foreground.green >> 8; in gc_foreground()
96 b = gcc._foreground.blue >> 8; in gc_foreground()
113 if (_foreground.red != o._foreground.red in acceptable()
114 || _foreground.green != o._foreground.green in acceptable()
115 || _foreground.blue != o._foreground.blue) in acceptable()
134 _foreground = o._foreground; in combine()
150 cache._foreground.red = 0; in make_cached_gc()
151 cache._foreground.green = 0; in make_cached_gc()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/groovie/
H A Dgraphics.cpp36 _foreground.create(640, 320, _vm->_pixelFormat); in GraphicsMan()
42 _foreground.free(); in ~GraphicsMan()
66 _foreground.fillRect(Common::Rect(640, _foreground.h), 0); in update()
78 _foreground.free(); in switchToFullScreen()
82 _foreground.create(640, 480, _vm->_pixelFormat); in switchToFullScreen()
86 _foreground.create(640, 320, _vm->_pixelFormat); in switchToFullScreen()
101 countf = (byte *)_foreground.getPixels(); in mergeFgAndBg()
103 for (i = 640 * _foreground.h; i; i--) { in mergeFgAndBg()
H A Dgraphics.h42 bool isFullScreen() { return (_foreground.h == 480); } in isFullScreen()
44 Graphics::Surface _foreground; // The main surface that most things are drawn to variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/groovie/
H A Dgraphics.cpp36 _foreground.create(640, 320, _vm->_pixelFormat); in GraphicsMan()
42 _foreground.free(); in ~GraphicsMan()
66 _foreground.fillRect(Common::Rect(640, _foreground.h), 0); in update()
78 _foreground.free(); in switchToFullScreen()
82 _foreground.create(640, 480, _vm->_pixelFormat); in switchToFullScreen()
86 _foreground.create(640, 320, _vm->_pixelFormat); in switchToFullScreen()
101 countf = (byte *)_foreground.getPixels(); in mergeFgAndBg()
103 for (i = 640 * _foreground.h; i; i--) { in mergeFgAndBg()
H A Dgraphics.h42 bool isFullScreen() { return (_foreground.h == 480); } in isFullScreen()
44 Graphics::Surface _foreground; // The main surface that most things are drawn to variable
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DStyle.h184 Float borderWidth() const { return _foreground.borderWidth; } in borderWidth()
191 _foreground.borderWidth = width; in setBorderWidth()
196 Float cornerRadius() const { return _foreground.cornerRadius; } in cornerRadius()
203 _background.cornerRadius = _foreground.cornerRadius = radius; in setCornerRadius()
208 Float cornerSmoothnessIn() const { return _foreground.cornerSmoothnessIn; } in cornerSmoothnessIn()
215 _foreground.cornerSmoothnessIn = smoothness; in setCornerSmoothnessIn()
220 Float cornerSmoothnessOut() const { return _foreground.cornerSmoothnessOut; } in cornerSmoothnessOut()
227 _background.cornerSmoothnessOut = _foreground.cornerSmoothnessOut = smoothness; in setCornerSmoothnessOut()
281 … return _foreground.colors[Implementation::foregroundColorIndex(type, style, state)*3 + 0]; in topFillColor()
302 … return _foreground.colors[Implementation::foregroundColorIndex(type, style, state)*3 + 1]; in bottomFillColor()
[all …]
/dports/graphics/py-glooey/glooey-0.3.3/glooey/
H A Dbuttons.py271 if self._foreground is not None:
293 if self._foreground is None:
300 return self._foreground
303 if self._foreground is not None:
306 self._attach_child(self._foreground)
307 self._foreground = widget
311 if self._foreground is not None:
312 self._foreground._detach_child(self._foreground)
313 self._foreground = None
410 if self._foreground:
[all …]
/dports/devel/py-pastel/pastel-0.2.1/pastel/
H A Dstyle.py61 self._foreground = None
96 self._foreground = self.FOREGROUND_COLORS[foreground]
138 if self._foreground:
139 codes.append(self._foreground)
154 other._foreground == self._foreground
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dmap.cpp56 _foreground = nullptr; in Map()
77 delete[] _foreground; in ~Map()
147 out->writeSint32LE(_foreground[i]); in save()
221 _foreground = new int16[size]; in loadSaveFile()
272 delete[] _foreground; in restartSystem()
273 _foreground = nullptr; in restartSystem()
340 _foreground = new int16[size]; in load()
962 _foreground[(*it)] = g_hdb->_gfx->animateTile(_foreground[(*it)]); in draw()
973 _foreground[(*it)] = g_hdb->_gfx->animateTile(_foreground[(*it)]); in draw()
984 _foreground[(*it)] = g_hdb->_gfx->animateTile(_foreground[(*it)]); in draw()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dmap.cpp56 _foreground = NULL; in Map()
76 delete[] _foreground; in ~Map()
146 out->writeSint32LE(_foreground[i]); in save()
220 _foreground = new int16[size]; in loadSaveFile()
271 delete[] _foreground; in restartSystem()
272 _foreground = NULL; in restartSystem()
339 _foreground = new int16[size]; in load()
961 _foreground[(*it)] = g_hdb->_gfx->animateTile(_foreground[(*it)]); in draw()
972 _foreground[(*it)] = g_hdb->_gfx->animateTile(_foreground[(*it)]); in draw()
983 _foreground[(*it)] = g_hdb->_gfx->animateTile(_foreground[(*it)]); in draw()
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dstyle.h57 Line() : _foreground(Qt::NoPen), _background(Qt::NoPen), in Line()
60 : _foreground(foreground), _background(background), in _foreground() function
63 : _foreground(Qt::NoPen), _background(Qt::NoPen), in Line()
70 const QPen &foreground() const {return _foreground;} in foreground()
77 QPen _foreground, _background;
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp91 _foreground = true; in OnInit()
422 if (!_foreground) in SetTitleText()
463 SetItemText(IDC_BUTTON_PROGRESS_PRIORITY, _foreground ? in SetPriorityText()
471 _foreground = !_foreground; in OnPriorityButton()
472 SetPriorityClass(GetCurrentProcess(), _foreground ? in OnPriorityButton()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Cli/
H A DAnsiColorFormatter.php53 …$_foreground = array('black' => 30, 'red' => 31, 'green' => 32, 'yellow' => 33, 'blue' => 34, 'mag… variable in Doctrine_Cli_AnsiColorFormatter
91 $codes[] = $this->_foreground[$parameters['fg']];
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/vm/
H A DConfiguration.cpp58 static int _daemon, _no_daemon, _foreground, _initial, _no_start; variable
93 &_foreground, &_foreground, 0,
136 if (_no_daemon || _foreground) { in init()
143 DBUG_PRINT("info", ("foreground=%d", _foreground)); in init()
165 if (_foreground) in init()
/dports/games/libretro-scummvm/scummvm-7b1e929/test/cxxtest/cxxtest/
H A DX11Gui.h93 unsigned long _foreground, _background, _barColor; variable
140 _foreground = getColor( _foregroundName ); in createColors()
292 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/lib/cxxtest/cxxtest/
H A DX11Gui.h93 unsigned long _foreground, _background, _barColor; variable
140 _foreground = getColor( _foregroundName ); in createColors()
292 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/cxxtest-3.10-1/cxxtest/
H A DX11Gui.h84 unsigned long _foreground, _background, _barColor; variable
128 _foreground = getColor( _foregroundName ); in createColors()
259 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/test/cxxtest/cxxtest/
H A DX11Gui.h93 unsigned long _foreground, _background, _barColor; variable
140 _foreground = getColor( _foregroundName ); in createColors()
292 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/games/scummvm/scummvm-2.5.1/test/cxxtest/cxxtest/
H A DX11Gui.h93 unsigned long _foreground, _background, _barColor; variable
140 _foreground = getColor( _foregroundName ); in createColors()
292 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/devel/cxxtest/cxxtest-4.4/cxxtest/
H A DX11Gui.h109 unsigned long _foreground, _background, _barColor; variable
171 _foreground = getColor(_foregroundName); in createColors()
332 XSetForeground(_display, _gc, _foreground); in drawPercentage()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/cxxtest/
H A DX11Gui.h109 unsigned long _foreground, _background, _barColor; variable
171 _foreground = getColor(_foregroundName); in createColors()
332 XSetForeground(_display, _gc, _foreground); in drawPercentage()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/tools/buildsystem/test/fixtures/lib/cxxtest-3.10.1-r1/cxxtest/
H A DX11Gui.h93 unsigned long _foreground, _background, _barColor; variable
140 _foreground = getColor( _foregroundName ); in createColors()
292 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/cxxtest/
H A DX11Gui.h93 unsigned long _foreground, _background, _barColor; variable
140 _foreground = getColor( _foregroundName ); in createColors()
292 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/games/residualvm/residualvm-0.3.1/test/cxxtest/cxxtest/
H A DX11Gui.h93 unsigned long _foreground, _background, _barColor; variable
140 _foreground = getColor( _foregroundName ); in createColors()
292 XSetForeground( _display, _gc, _foreground ); in drawPercentage()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/cxxtest/
H A DX11Gui.h104 unsigned long _foreground, _background, _barColor; variable
151 _foreground = getColor( _foregroundName ); in createColors()
303 XSetForeground( _display, _gc, _foreground ); in drawPercentage()

12345678910