Home
last modified time | relevance | path

Searched refs:aPressure (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAspect_VKeySet.hxx101 double aPressure = -1.0; in HoldDuration() local
102 return HoldDuration (theKey, theTime, theDuration, aPressure); in HoldDuration()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAspect_VKeySet.hxx106 double aPressure = -1.0; in HoldDuration() local
107 return HoldDuration (theKey, theTime, theDuration, aPressure); in HoldDuration()
/dports/cad/opencascade/opencascade-7.6.0/src/Aspect/
H A DAspect_VKeySet.hxx106 double aPressure = -1.0; in HoldDuration() local
107 return HoldDuration (theKey, theTime, theDuration, aPressure); in HoldDuration()
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_ViewController.cxx1203 double aDuration = 0.0, aPressure = 1.0; in FetchNavigationKeys() local
1265 aWalk[AIS_WalkTranslation_Side].Pressure = aPressure; in FetchNavigationKeys()
1274 aWalk[AIS_WalkTranslation_Side].Pressure = aPressure; in FetchNavigationKeys()
1282 aWalk[AIS_WalkRotation_Yaw].Pressure = aPressure; in FetchNavigationKeys()
1290 aWalk[AIS_WalkRotation_Yaw].Pressure = aPressure; in FetchNavigationKeys()
1298 aWalk[AIS_WalkRotation_Pitch].Pressure = aPressure; in FetchNavigationKeys()
1306 aWalk[AIS_WalkRotation_Pitch].Pressure = aPressure; in FetchNavigationKeys()
1314 aWalk[AIS_WalkRotation_Roll].Pressure = aPressure; in FetchNavigationKeys()
1322 aWalk[AIS_WalkRotation_Roll].Pressure = aPressure; in FetchNavigationKeys()
1330 aWalk[AIS_WalkTranslation_Up].Pressure = aPressure; in FetchNavigationKeys()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DMouseEvent.cpp214 float aPressure, in InitNSMouseEvent() argument
226 mouseEventBase->pressure = aPressure; in InitNSMouseEvent()
502 MouseEvent::GetMozPressure(float* aPressure) in GetMozPressure() argument
504 NS_ENSURE_ARG_POINTER(aPressure); in GetMozPressure()
505 *aPressure = MozPressure(); in GetMozPressure()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsWindowBase.cpp57 POINTER_FLAGS aFlags, uint32_t aPressure, in InjectTouchPoint() argument
69 info.pressure = aPressure; in InjectTouchPoint()
278 LayoutDeviceIntPoint aPoint, double aPressure, uint32_t aRotation, in SynthesizeNativePenInput() argument
287 uint32_t pressure = (uint32_t)ceil(aPressure * 1024); in SynthesizeNativePenInput()
H A DnsWindowBase.h96 LayoutDeviceIntPoint aPoint, double aPressure, uint32_t aRotation,
114 POINTER_FLAGS aFlags, uint32_t aPressure = 1024,
H A DWinPointerEvents.h98 float aPressure, int16_t aButtons) in WinPointerInfo() argument
100 mPressure(aPressure), in WinPointerInfo()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsWindowBase.cpp57 POINTER_FLAGS aFlags, uint32_t aPressure, in InjectTouchPoint() argument
69 info.pressure = aPressure; in InjectTouchPoint()
278 LayoutDeviceIntPoint aPoint, double aPressure, uint32_t aRotation, in SynthesizeNativePenInput() argument
287 uint32_t pressure = (uint32_t)ceil(aPressure * 1024); in SynthesizeNativePenInput()
H A DnsWindowBase.h96 LayoutDeviceIntPoint aPoint, double aPressure, uint32_t aRotation,
114 POINTER_FLAGS aFlags, uint32_t aPressure = 1024,
H A DWinPointerEvents.h98 float aPressure, int16_t aButtons) in WinPointerInfo() argument
100 mPressure(aPressure), in WinPointerInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsDOMWindowUtils.h92 float aPressure,
107 float aPressure,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DMouseEvent.cpp168 float aPressure, uint16_t aInputSource) { in InitNSMouseEvent() argument
177 mouseEventBase->pressure = aPressure; in InitNSMouseEvent()
420 MouseEvent::GetMozPressure(float* aPressure) { in GetMozPressure() argument
421 NS_ENSURE_ARG_POINTER(aPressure); in GetMozPressure()
422 *aPressure = MozPressure(); in GetMozPressure()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_maya/openvdb_maya/
H A DOpenVDBFromMayaFluidNode.cc46 static MObject aPressure; member
70 MObject OpenVDBFromMayaFluidNode::aPressure; member in OpenVDBFromMayaFluidNode
143 aPressure = nAttr.create("Pressure", "p", MFnNumericData::kBoolean); in initialize()
146 stat = addAttribute(aPressure); in initialize()
261 stat = attributeAffects(aPressure, aVdbOutput); in initialize()
433 if (data.inputValue(aPressure, &status).asBool()) { in compute()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinPointerEvents.h98 float aPressure, int16_t aButtons) in WinPointerInfo() argument
100 mPressure(aPressure), in WinPointerInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DWinPointerEvents.h122 float aPressure, int16_t aButtons) in WinPointerInfo() argument
124 mPressure(aPressure), in WinPointerInfo()
H A DnsWindowBase.cpp75 POINTER_FLAGS aFlags, uint32_t aPressure, in InjectTouchPoint() argument
88 info.pressure = aPressure; in InjectTouchPoint()
H A DnsWindowBase.h119 POINTER_FLAGS aFlags, uint32_t aPressure = 1024,
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DWinPointerEvents.h122 float aPressure, int16_t aButtons) in WinPointerInfo() argument
124 mPressure(aPressure), in WinPointerInfo()
H A DnsWindowBase.cpp76 POINTER_FLAGS aFlags, uint32_t aPressure, in InjectTouchPoint() argument
89 info.pressure = aPressure; in InjectTouchPoint()
H A DnsWindowBase.h119 POINTER_FLAGS aFlags, uint32_t aPressure = 1024,
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsWindowBase.cpp81 POINTER_FLAGS aFlags, uint32_t aPressure,
94 info.pressure = aPressure;
H A DnsWindowBase.h117 POINTER_FLAGS aFlags, uint32_t aPressure = 1024, in foo()
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/Q1Q0/
H A DQ1Q0.sif40 Exported Variable 1 = aPressure
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDOMWindowUtils.h86 float aPressure, unsigned short aInputSourceArg, uint32_t aIdentifier,

1234