Home
last modified time | relevance | path

Searched refs:_inverted (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/games/openxcom/OpenXcom-1.0/src/Interface/
H A DImageButton.cpp32 …ht, int x, int y) : InteractiveSurface(width, height, x, y), _color(0), _group(0), _inverted(false) in ImageButton()
91 else if (!_inverted && isButtonPressed() && isButtonHandled(action->getDetails()->button.button)) in mousePress()
93 _inverted = true; in mousePress()
106 if (_inverted && isButtonHandled(action->getDetails()->button.button)) in mouseRelease()
108 _inverted = false; in mouseRelease()
120 if (_inverted != press) in toggle()
122 _inverted = !_inverted; in toggle()
H A DImageButton.h39 bool _inverted; variable
/dports/games/flightgear/flightgear-2020.3.11/src/Autopilot/
H A Ddigitalcomponent.hxx39 bool _inverted; member in FGXMLAutopilot::DigitalOutput
52 inline void setInverted( bool value ) { _inverted = value; } in setInverted()
53 inline bool isInverted() const { return _inverted; } in isInverted()
59 inline DigitalOutput::DigitalOutput() : _inverted(false) in DigitalOutput()
73 return _inverted ? !nodeState : nodeState; in getValue()
79 _node->setBoolValue( _inverted ? !value : value ); in setValue()
122 bool _inverted; member in FGXMLAutopilot::DigitalComponent
H A Dlogic.cxx44 if( _inverted ) value = !value; in set_output()
55 return _inverted ? !q : q; in get_output()
H A Ddigitalcomponent.cxx31 _inverted(false) in DigitalComponent()
104 _inverted = cfg_node.getBoolValue(); in configure()
/dports/devel/py-squint/squint-0.1.0/squint/_vendor/
H A Dpredicate.py285 self._inverted = obj._inverted
291 self._inverted = False
297 if self._inverted:
303 new_pred._inverted = not self._inverted
307 inverted = '~' if self._inverted else ''
319 inverted = 'not ' if self._inverted else ''
/dports/devel/py-datatest/datatest-0.11.1/datatest/_vendor/
H A Dpredicate.py301 self._inverted = obj._inverted
307 self._inverted = False
321 if self._inverted:
327 new_pred._inverted = not self._inverted
331 inverted = '~' if self._inverted else ''
343 inverted = 'not ' if self._inverted else ''
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/model_feature_stencil/
H A DFeatureStencilModelOptions40 optional<bool>& inverted() { return _inverted; }
41 const optional<bool>& inverted() const { return _inverted; }
53 _inverted( false ),
68 conf.updateIfSet( "inverted", _inverted );
84 conf.getIfSet( "inverted", _inverted );
94 optional<bool> _inverted, _mask, _showVolumes;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dfog.cpp113 _inverted = invertMatrix(_matrix); in setupFrame()
146 Vector3 intersection1World = _inverted * intersection1; in calculateCoeficient()
147 Vector3 intersection2World = _inverted * intersection2; in calculateCoeficient()
230 Vector3 intersection1World = _inverted * intersection1; in calculateCoeficient()
233 Vector3 intersection2World = _inverted * intersection2; in calculateCoeficient()
336 Vector3 intersection1World = _inverted * intersection1; in calculateCoeficient()
337 Vector3 intersection2World = _inverted * intersection2; in calculateCoeficient()
H A Dfog.h47 Matrix4x3 _inverted; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dfog.cpp113 _inverted = invertMatrix(_matrix); in setupFrame()
146 Vector3 intersection1World = _inverted * intersection1; in calculateCoeficient()
147 Vector3 intersection2World = _inverted * intersection2; in calculateCoeficient()
230 Vector3 intersection1World = _inverted * intersection1; in calculateCoeficient()
233 Vector3 intersection2World = _inverted * intersection2; in calculateCoeficient()
336 Vector3 intersection1World = _inverted * intersection1; in calculateCoeficient()
337 Vector3 intersection2World = _inverted * intersection2; in calculateCoeficient()
H A Dfog.h47 Matrix4x3 _inverted; variable
/dports/sysutils/hid-tools/hid-tools-0.2/hidtools/
H A Dhut.py189 return self._inverted
191 self._inverted = {}
193 self._inverted[v] = v
194 return self._inverted
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/core/
H A Dpivotgrid.h117 …, unsigned _sort = m_kDefaultSortOrder, bool _inverted = false): m_total(_numcolumns), m_inverted( in m_total()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/control/
H A Dcanvas-item-rect.cpp165 if (_inverted) { in render()
271 if (_inverted != inverted) { in set_inverted()
272 _inverted = inverted; in set_inverted()
H A Dcanvas-item-rect.h55 bool _inverted = false; variable
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/misc/
H A DRepeatFinderSettings.h103 bool _inverted,
111 : l(_l), seqX(_seqX), sizeX(_sizeX), inverted(_inverted), in l()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dtransforms.py1752 self._inverted = None
1859 return self._inverted
1911 self._inverted = None
2282 self._inverted = None
2463 self._inverted = None
2515 self._inverted = None
2533 self._inverted = None
2558 self._inverted = None
2572 self._inverted = None
2612 self._inverted = None
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dactions.py184 self._inverted = True
189 self._inverted = False
197 if self._inverted:
/dports/x11-fonts/py-ufo2ft/ufo2ft-2.5.0/Lib/ufo2ft/filters/
H A Dtransformations.py26 self._inverted = self._transformation.inverse()
40 transformation = Transform(*transformation).transform(self._inverted)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dtransforms.py1769 self._inverted = None
1903 return self._inverted
2366 self._inverted = None
2571 self._inverted = None
2624 self._inverted = None
2646 self._inverted = None
2672 self._inverted = None
2689 self._inverted = None
2710 self._inverted = None
2731 self._inverted = None
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/utils/
H A Dcontent_setting_backed_boolean.mm92 @synthesize inverted = _inverted;
102 _inverted = inverted;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DStencilVolumeNode.cpp44 _inverted( inverted ), in StencilVolumeNode()
61 _inverted( rhs._inverted ), in StencilVolumeNode()
311 osg::Stencil::Function func = _inverted ? osg::Stencil::EQUAL : osg::Stencil::NOTEQUAL; in init()
/dports/biology/py-biopython/biopython-1.79/Bio/Data/
H A DCodonTable.py396 self._inverted = inverted
467 for term in self._inverted[amino]:
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/
H A DAxisRenderer.as553 private var _inverted:Boolean = false;
1417 if (_inverted)
1535 if (_inverted)
2861 if (_inverted)
2910 if (_inverted)
2945 if (_inverted)
3049 if (_inverted)
3259 _titleField.y = Number(_inverted ?
3336 var baseline:Number = Number(_inverted ?
3352 if (_inverted)
[all …]

1234567891011