Home
last modified time | relevance | path

Searched defs:userArea (Results 1 – 13 of 13) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/desktop/
H A Djuce_Displays.h54 Rectangle<int> userArea; member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/desktop/
H A Djuce_Displays.h56 Rectangle<int> userArea; member
/dports/news/husky/husky-1.9.20191207/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/news/husky-areafix/husky-areafix-1.9.20191207/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/news/husky-htick/husky-htick-1.9.20191207/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/news/husky-hpt/husky-hpt-1.9.20191207/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/huskmisc/nmcopy/
H A Dnmcopy.c126 HAREA userArea; in scanMsg() local
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DPushNotificationsDemo.h165 auto userArea = Desktop::getInstance().getDisplays().getPrimaryDisplay()->userArea; in PushNotificationsDemo() local
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_android_Windowing.cpp822 void repaint (const Rectangle<int>& userArea) override in repaint()
1433 Rectangle<int> userArea = newBounds / mainDisplay.scale; in onLayoutChange() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_android_Windowing.cpp817 void repaint (const Rectangle<int>& userArea) override in repaint()
1504 auto userArea = (newBounds.toFloat() / mainDisplay.scale).toNearestInt(); in onLayoutChange() local