Home
last modified time | relevance | path

Searched refs:controlIndex (Results 1 – 25 of 68) sorted by relevance

123

/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/Input/
H A DControlRepeats.cs15 internal ControlRepeat(int controlIndex, double countdown) in ControlRepeat()
17 this.ControlIndex = controlIndex; in ControlRepeat()
29 internal static void AddControlRepeat(int controlIndex) in AddControlRepeat() argument
33 if(RepeatControls[i].ControlIndex == controlIndex) in AddControlRepeat()
43 …RepeatControls[RepeatControlsUsed] = new ControlRepeat(controlIndex, Interface.CurrentOptions.KeyR… in AddControlRepeat()
49 internal static void RemoveControlRepeat(int controlIndex) in RemoveControlRepeat() argument
53 if (RepeatControls[i].ControlIndex == controlIndex) in RemoveControlRepeat()
/dports/security/keybase/client-v5.7.1/go/logger/
H A Doutput_windows.go209 var controlIndex int
210 controlCode := p[controlIndex] - '0'
211 controlIndex++
212 for i := 0; controlIndex < len(p) && p[controlIndex] != 'm' && i < 4; i++ {
213 if '0' <= p[controlIndex] && p[controlIndex] <= '9' {
215 controlCode += p[controlIndex] - '0'
217 controlIndex++
239 if controlIndex+1 <= len(p) {
240 controlIndex++
243 return p[controlIndex:]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DLayoutCache.java101 public Point computeSize(int controlIndex, int widthHint, int heightHint) { in computeSize() argument
102 return caches[controlIndex].computeSize(widthHint, heightHint); in computeSize()
111 public void flush(int controlIndex) { in flush() argument
112 caches[controlIndex].flush(); in flush()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/
H A DLayoutCache.java101 public Point computeSize(int controlIndex, int widthHint, int heightHint) { in computeSize() argument
102 return caches[controlIndex].computeSize(widthHint, heightHint); in computeSize()
111 public void flush(int controlIndex) { in flush() argument
112 caches[controlIndex].flush(); in flush()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Audio/
H A DInOut.sc46 index = synthDef.controlIndex;
78 synthDef.controlIndex = synthDef.controlIndex + values.size;
93 index = synthDef.controlIndex;
110 synthDef.controlIndex = synthDef.controlIndex + values.size;
159 synthDef.controlIndex = synthDef.controlIndex + values.size;
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/experimental/simulator/
H A DQPACKScheme.h125 auto controlIndex = cursor.readBE<uint16_t>(); in decode() local
129 if (controlIndex == decodeControlIndex_) { in decode()
131 VLOG(5) << "decode controlIndex=" << controlIndex; in decode()
145 controlQueue_.emplace(controlIndex, std::move(control)); in decode()
/dports/audio/libsidplay/libsidplay-1.36.60/src/
H A Deeconfig.cpp626 int bitsIndex, monoIndex, controlIndex; in initMixerEngine() local
689 controlIndex = 0; in initMixerEngine()
691 controlIndex = 1; in initMixerEngine()
693 controlIndex = 3; in initMixerEngine()
695 controlIndex = 2; in initMixerEngine()
698 sidEmuFillFunc = fillfunctions[bitsIndex][monoIndex][controlIndex]; in initMixerEngine()
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/
H A Dkis_mesh_transform_strategy.cpp290 … KIS_SAFE_ASSERT_RECOVER_NOOP(!m_d->hoveredControl || *m_d->hoveredControl != it.controlIndex()); in paint()
296 if (m_d->hoveredControl && *m_d->hoveredControl == it.controlIndex()) { in paint()
612 …smartMoveControl(*m_d->currentArgs.meshTransform(), it.itP1().controlIndex(), offsetP1, mode, m_d-… in continuePrimaryAction()
613 …smartMoveControl(*m_d->currentArgs.meshTransform(), it.itP2().controlIndex(), offsetP2, mode, m_d-… in continuePrimaryAction()
640 …smartMoveControl(*m_d->currentArgs.meshTransform(), it.itP1().controlIndex(), offsetP1, KisSmartMo… in continuePrimaryAction()
641 …smartMoveControl(*m_d->currentArgs.meshTransform(), it.itP2().controlIndex(), offsetP2, KisSmartMo… in continuePrimaryAction()
721 …smartMoveControl(*m_d->currentArgs.meshTransform(), nearestSegment.itP0().controlIndex(), offset *… in continuePrimaryAction()
722 …smartMoveControl(*m_d->currentArgs.meshTransform(), nearestSegment.itP3().controlIndex(), offset *… in continuePrimaryAction()
724 …smartMoveControl(*m_d->currentArgs.meshTransform(), patchIt.nodeTopLeft().controlIndex(), translat… in continuePrimaryAction()
725 …smartMoveControl(*m_d->currentArgs.meshTransform(), patchIt.nodeTopRight().controlIndex(), transla… in continuePrimaryAction()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/Mark_Polishook_tutorial/Japanese_version/
H A D06.schelp77 [ controlIndex, value, controlIndex, value].
/dports/games/amoebax/amoebax-0.2.1/src/
H A DControlSetupState.cxx237 uint16_t controlIndex, float scale, in drawJoystickControl() argument
241 if ( controlIndex < k_FirstJoystickButtonControlIndex ) in drawJoystickControl()
257 font->getHeight () * controlIndex; in drawJoystickControl()
275 uint16_t controlIndex, float scale, in drawKeyboardControl() argument
281 font->getHeight () * controlIndex; in drawKeyboardControl()
H A DControlSetupState.h66 uint16_t controlIndex, float scale,
70 uint16_t controlIndex, float scale,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/Mark_Polishook_tutorial/
H A D10_Controls.schelp71 [ controlIndex, value, controlIndex, value, controlIndex].
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp74 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
75 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty);
62 setPropertyGroup(controlIndex, m_propertyGroup);
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/plugins/activeqt/
H A Dqaxwidgetpropertysheet.cpp61 const int controlIndex = QDesignerPropertySheet::indexOf(m_controlProperty); in QAxWidgetPropertySheet() local
62 setPropertyGroup(controlIndex, m_propertyGroup); in QAxWidgetPropertySheet()

123