Home
last modified time | relevance | path

Searched refs:isUnder (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/fillets-ng/fillets-ng-1.0.1/src/menu/
H A DLevelNode.cpp80 LevelNode::isUnder(const V2 &cursor) const in isUnder() function in LevelNode
97 if (isUnder(cursor)) { in findSelected()
H A DLevelNode.h38 bool isUnder(const V2 &cursor) const;
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/
H A Dbridge.cpp160 void Bridge::objectUnderBridge(MCObject & object, bool isUnder) in objectUnderBridge() argument
162 if (isUnder) in objectUnderBridge()
H A Dbridge.hpp37 void objectUnderBridge(MCObject & object, bool isUnder);
/dports/emulators/cemu/CEmu-1.3/gui/qt/keypad/
H A Darrowkey.h18 bool isUnder(const QPainterPath &area) const override;
H A Dkey.h46 virtual bool isUnder(const QPainterPath &area) const = 0;
H A Darrowkey.cpp41 bool ArrowKey::isUnder(const QPainterPath &area) const { in isUnder() function in ArrowKey
H A Drectkey.cpp54 bool RectKey::isUnder(const QPainterPath &area) const { in isUnder() function in RectKey
H A Drectkey.h57 bool isUnder(const QPainterPath &area) const override;
H A Dkeypadwidget.cpp344 if (key->isUnder(area)) { in mouseUpdate()
418 if (point.state() != Qt::TouchPointReleased && key->isUnder(area)) { in touchUpdate()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Dlg_FontChooser.cpp527 bool isUnder,isOver,isStrike; in draw() local
532 isUnder = (NULL != strstr(sDecor.c_str(),"underline")); in draw()
538 isUnder = false; in draw()
630 if(isUnder) in draw()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Ui/skinned/
H A Ddock.h52 bool isUnder(QWidget*, QWidget*, int);
H A Ddock.cpp274 bool Dock::isUnder(QWidget* upper, QWidget* nether, int dy) in isUnder() function in Dock
285 if (m_widgetList.at(i) != w && isUnder(w, m_widgetList.at(i), dy)) in align()
/dports/www/devd/devd-0.9/vendor/github.com/cortesi/moddwatch/
H A Dwatch.go21 func isUnder(parent string, child string) bool { func
42 if isUnder(aroot, norm) {
H A Dwatch_test.go203 ret := isUnder(tst.parent, tst.child)
/dports/devel/modd/modd-0.8/vendor/github.com/cortesi/moddwatch/
H A Dwatch.go21 func isUnder(parent string, child string) bool { func
42 if isUnder(aroot, norm) {
H A Dwatch_test.go204 ret := isUnder(tst.parent, tst.child)
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DLevelSetUtil.h1207 bool isUnder = *it < iso; in operator() local
1212 bool signChange = isUnder != (mInputAccessor.getValue(ijk) < iso); // +z edge in operator()
1217 signChange = isUnder != (mInputAccessor.getValue(ijk) < iso); // -z edge in operator()
1223 signChange = isUnder != (mInputAccessor.getValue(ijk) < iso); // +y edge in operator()
1229 signChange = isUnder != (mInputAccessor.getValue(ijk) < iso); // -y edge in operator()
1235 signChange = isUnder != (mInputAccessor.getValue(ijk) < iso); // +x edge in operator()
1241 signChange = isUnder != (mInputAccessor.getValue(ijk) < iso); // -x edge in operator()
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Di-coerfn.boot933 Mp2MpAux2(u,x,oldcomm,oldrest,common,restvars,univariate,S,isUnder) ==
944 Mp2MpAux2(u,x,oldcomm,oldrest,common,restvars,univariate,S,isUnder)
946 common,restvars,univariate,S,isUnder)] for [e,:c] in u']]
947 null isUnder =>
954 Mp2MpAux2(u,x,oldcomm,oldrest,common,restvars,univariate,S,isUnder)
956 common,restvars,univariate,S,isUnder)] for [e,:c] in u']]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DAttributes.hs1491 unqtDot (PackArray c u mi) = addNum . isU . isC . isUnder
1495 isUnder = if c || u function
H A DAttributes.hs.prettyprinter.golden1146 = addNum . isU . isC . isUnder $ text "array"
1148 isUnder = if c || u then flip (<>) $ char '_' else id
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DAttributes.hs1491 unqtDot (PackArray c u mi) = addNum . isU . isC . isUnder
1495 isUnder = if c || u function
H A DAttributes.hs.prettyprinter.golden1146 = addNum . isU . isC . isUnder $ text "array"
1148 isUnder = if c || u then flip (<>) $ char '_' else id
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DAttributes.hs1491 unqtDot (PackArray c u mi) = addNum . isU . isC . isUnder
1495 isUnder = if c || u function
H A DAttributes.hs.prettyprinter.golden1146 = addNum . isU . isC . isUnder $ text "array"
1148 isUnder = if c || u then flip (<>) $ char '_' else id

12