Home
last modified time | relevance | path

Searched refs:stylus_state (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteEmu/Extension/
H A DDrawsomeTablet.cpp49 const auto stylus_state = m_stylus->GetState(); in Update() local
50 const auto stylus_x = u16(std::lround(CENTER_X + stylus_state.x * (MAX_X - CENTER_X))); in Update()
51 const auto stylus_y = u16(std::lround(CENTER_Y + stylus_state.y * (MAX_Y - CENTER_Y))); in Update()
H A DUDrawTablet.cpp86 const auto stylus_state = m_stylus->GetState(); in Update() local
90 stylus_x = u16(center_x + stylus_state.x * (max_x - center_x)); in Update()
91 stylus_y = u16(center_y + stylus_state.y * (max_y - center_y)); in Update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/devices/
H A Ddevice_data_manager_test_api.cc28 StylusState stylus_state) { in NotifyObserversStylusStateChanged() argument
29 DeviceDataManager::instance_->NotifyObserversStylusStateChanged(stylus_state); in NotifyObserversStylusStateChanged()
H A Ddevice_data_manager_test_api.h30 void NotifyObserversStylusStateChanged(StylusState stylus_state);
H A Ddevice_data_manager.h103 void NotifyObserversStylusStateChanged(StylusState stylus_state);
H A DBUILD.gn29 "stylus_state.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/devices/
H A Ddevice_data_manager_test_api.cc28 StylusState stylus_state) { in NotifyObserversStylusStateChanged() argument
29 DeviceDataManager::instance_->NotifyObserversStylusStateChanged(stylus_state); in NotifyObserversStylusStateChanged()
H A Ddevice_data_manager_test_api.h30 void NotifyObserversStylusStateChanged(StylusState stylus_state);
H A DBUILD.gn21 "stylus_state.h",
H A Ddevice_data_manager.h103 void NotifyObserversStylusStateChanged(StylusState stylus_state);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/palette/
H A Dpalette_tray.cc318 void PaletteTray::OnStylusStateChanged(ui::StylusState stylus_state) { in OnStylusStateChanged() argument
331 if (stylus_state == ui::StylusState::REMOVED && !bubble_) { in OnStylusStateChanged()
334 } else if (stylus_state == ui::StylusState::INSERTED && bubble_) { in OnStylusStateChanged()
337 } else if (stylus_state == ui::StylusState::REMOVED) { in OnStylusStateChanged()
345 if (stylus_state == ui::StylusState::INSERTED) in OnStylusStateChanged()
H A Dpalette_tray.h99 void OnStylusStateChanged(ui::StylusState stylus_state) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/
H A Devent_converter_test_util.cc88 void DispatchStylusStateChanged(StylusState stylus_state) override { in DispatchStylusStateChanged() argument
89 event_factory_evdev_->DispatchStylusStateChanged(stylus_state); in DispatchStylusStateChanged()
H A Devent_factory_evdev.cc128 void DispatchStylusStateChanged(StylusState stylus_state) override { in DispatchStylusStateChanged() argument
132 event_factory_evdev_, stylus_state)); in DispatchStylusStateChanged()
413 void EventFactoryEvdev::DispatchStylusStateChanged(StylusState stylus_state) { in DispatchStylusStateChanged() argument
416 observer->OnStylusStateChanged(stylus_state); in DispatchStylusStateChanged()
H A Devent_factory_evdev.h87 void DispatchStylusStateChanged(StylusState stylus_state); in COMPONENT_EXPORT()
H A Ddevice_event_dispatcher_evdev.h186 virtual void DispatchStylusStateChanged(StylusState stylus_state) = 0; in COMPONENT_EXPORT()
H A Dtouch_event_converter_evdev_unittest.cc173 void DispatchStylusStateChanged(StylusState stylus_state) override {} in DispatchStylusStateChanged() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/
H A Devent_converter_test_util.cc90 void DispatchStylusStateChanged(StylusState stylus_state) override { in DispatchStylusStateChanged() argument
91 event_factory_evdev_->DispatchStylusStateChanged(stylus_state); in DispatchStylusStateChanged()
H A Devent_factory_evdev.cc132 void DispatchStylusStateChanged(StylusState stylus_state) override { in DispatchStylusStateChanged() argument
136 event_factory_evdev_, stylus_state)); in DispatchStylusStateChanged()
425 void EventFactoryEvdev::DispatchStylusStateChanged(StylusState stylus_state) { in DispatchStylusStateChanged() argument
428 observer->OnStylusStateChanged(stylus_state); in DispatchStylusStateChanged()
H A Devent_factory_evdev.h89 void DispatchStylusStateChanged(StylusState stylus_state); in COMPONENT_EXPORT()
H A Ddevice_event_dispatcher_evdev.h201 virtual void DispatchStylusStateChanged(StylusState stylus_state) = 0; in COMPONENT_EXPORT()
H A Dtouch_event_converter_evdev_unittest.cc175 void DispatchStylusStateChanged(StylusState stylus_state) override {} in DispatchStylusStateChanged() argument