Home
last modified time | relevance | path

Searched refs:IsAbove (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/spring/spring_98.0/cont/LuaUI/
H A Dtweakmode.lua91 local function IsAbove(x, y) function
100 if (not IsAbove(x, y)) then
189 return IsAbove(x, y)
225 if (not widgetHandler:IsMouseOwner() and not IsAbove(x, y)) then
H A Dmain.lua128 function IsAbove(x, y) function
129 return widgetHandler:IsAbove(x, y)
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaInputReceiver.cpp54 bool LuaInputReceiver::IsAbove(int x, int y) in IsAbove() function in LuaInputReceiver
56 return eventHandler.IsAbove(x, y); in IsAbove()
H A DLuaInputReceiver.h23 bool IsAbove(int x, int y);
/dports/games/spring/spring_98.0/rts/Game/UI/
H A DGameInfo.cpp164 bool CGameInfo::IsAbove(int x, int y) in IsAbove() function in CGameInfo
174 if (IsAbove(x, y)) { in MousePress()
184 if (IsAbove(x, y)) { in MouseRelease()
253 if ((activeReceiver == this) && IsAbove(mouse->lastx, mouse->lasty)) { in Draw()
H A DProfileDrawer.h21 virtual bool IsAbove(int x, int y);
H A DResourceBar.h16 bool IsAbove(int x, int y);
H A DTooltipConsole.h19 bool IsAbove(int x, int y);
H A DQuitBox.h18 bool IsAbove(int x, int y);
H A DGameInfo.h41 bool IsAbove(int x, int y);
H A DShareBox.h16 bool IsAbove(int x, int y);
H A DInputReceiver.h29 virtual bool IsAbove(int x, int y) { return false; } in IsAbove() function
H A DEndGameBox.h23 virtual bool IsAbove(int x, int y);
H A DInputReceiver.cpp72 if (recv && recv->IsAbove(x,y)) { in GetReceiverAt()
H A DMiniMap.h31 bool IsAbove(int x, int y);
/dports/www/grafana8/grafana-8.3.6/public/app/features/expressions/utils/
H A DexpressionTypes.ts51 type: EvalFunction.IsAbove,
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaHandler/Utilities/
H A DspecialCallinHandlers.lua178 for it,f in hCallInLists.IsAbove:iter() do
243 function hHookFuncs.IsAbove(x, y) function
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_Surface.hxx70 …Standard_EXPORT Standard_Boolean IsAbove (const Standard_Boolean back, const HLRBRep_Curve* A, con…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DHLRBRep_Surface.hxx70 …Standard_EXPORT Standard_Boolean IsAbove (const Standard_Boolean back, const HLRBRep_Curve* A, con…
H A DBRepMesh_MeshTool.hxx52 Standard_Boolean IsAbove(const Standard_Integer theNodeIndex) const in IsAbove() function in BRepMesh_MeshTool::NodeClassifier
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DHLRBRep_Surface.hxx74 …Standard_EXPORT Standard_Boolean IsAbove (const Standard_Boolean back, const HLRBRep_Curve* A, con…
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/state/
H A DalertDef.ts39 { value: EvalFunction.IsAbove, text: 'IS ABOVE' },
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_element_stack.h59 bool IsAbove(ElementRecord*) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_element_stack.h59 bool IsAbove(ElementRecord*) const;
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_MeshTool.hxx52 Standard_Boolean IsAbove(const Standard_Integer theNodeIndex) const in IsAbove() function in BRepMesh_MeshTool::NodeClassifier

123