Home
last modified time | relevance | path

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

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DViewForm.java128 static final int OFFSCREEN = -200; field in ViewForm
347 this.content.setBounds(OFFSCREEN, OFFSCREEN, 0, 0); in setContent()
400 this.topCenter.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setTopCenter()
426 this.topLeft.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setTopLeft()
452 this.topRight.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setTopRight()
H A DCBanner.java70 static final int OFFSCREEN = -200; field in CBanner
402 bottom.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setBottom()
450 left.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setLeft()
477 right.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setRight()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DViewForm.java128 static final int OFFSCREEN = -200; field in ViewForm
347 this.content.setBounds(OFFSCREEN, OFFSCREEN, 0, 0); in setContent()
400 this.topCenter.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setTopCenter()
426 this.topLeft.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setTopLeft()
452 this.topRight.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setTopRight()
H A DCBanner.java70 static final int OFFSCREEN = -200; field in CBanner
402 bottom.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setBottom()
450 left.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setLeft()
477 right.setLocation(OFFSCREEN - size.x, OFFSCREEN - size.y); in setRight()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/html/
H A DHTMLSelectAccessible.cpp153 if (selectState & states::OFFSCREEN) { in NativeState()
154 state |= states::OFFSCREEN; in NativeState()
159 state |= states::OFFSCREEN; in NativeState()
166 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
172 state &= ~states::OFFSCREEN; in NativeState()
180 state |= states::OFFSCREEN; in NativeState()
/dports/www/firefox/firefox-99.0/accessible/html/
H A DHTMLSelectAccessible.cpp174 if (selectState & states::OFFSCREEN) { in NativeState()
175 state |= states::OFFSCREEN; in NativeState()
180 state |= states::OFFSCREEN; in NativeState()
187 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
193 state &= ~states::OFFSCREEN; in NativeState()
201 state |= states::OFFSCREEN; in NativeState()
/dports/www/firefox-esr/firefox-91.8.0/accessible/html/
H A DHTMLSelectAccessible.cpp154 if (selectState & states::OFFSCREEN) { in NativeState()
155 state |= states::OFFSCREEN; in NativeState()
160 state |= states::OFFSCREEN; in NativeState()
167 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
173 state &= ~states::OFFSCREEN; in NativeState()
181 state |= states::OFFSCREEN; in NativeState()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/html/
H A DHTMLSelectAccessible.cpp154 if (selectState & states::OFFSCREEN) { in NativeState()
155 state |= states::OFFSCREEN; in NativeState()
160 state |= states::OFFSCREEN; in NativeState()
167 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
173 state &= ~states::OFFSCREEN; in NativeState()
181 state |= states::OFFSCREEN; in NativeState()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/html/
H A DHTMLSelectAccessible.cpp153 if (selectState & states::OFFSCREEN) { in NativeState()
154 state |= states::OFFSCREEN; in NativeState()
159 state |= states::OFFSCREEN; in NativeState()
166 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
172 state &= ~states::OFFSCREEN; in NativeState()
180 state |= states::OFFSCREEN; in NativeState()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/html/
H A DHTMLSelectAccessible.cpp190 if (selectState & states::OFFSCREEN) { in NativeState()
191 state |= states::OFFSCREEN; in NativeState()
196 state |= states::OFFSCREEN; in NativeState()
200 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
206 state &= ~states::OFFSCREEN; in NativeState()
214 state |= states::OFFSCREEN; in NativeState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DDragCursors.java40 public static final int OFFSCREEN = 6; field in DragCursors
126 case OFFSCREEN: in getCursor()
129 cursors[OFFSCREEN] = new Cursor(display, source.getImageData(), mask.getImageData(), 16, 16); in getCursor()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DStates.h113 const uint64_t OFFSCREEN = ((uint64_t)0x1) << 16; variable
299 states::OFFSCREEN | states::ENABLED |
/dports/www/firefox/firefox-99.0/accessible/xul/
H A DXULMenuAccessible.cpp97 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
98 state |= (grandParentState & states::OFFSCREEN) | in NativeState()
320 (states::OFFSCREEN | states::INVISIBLE); in NativeState()
374 if (state & states::INVISIBLE) state |= states::OFFSCREEN | states::COLLAPSED; in NativeState()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/xul/
H A DXULMenuAccessible.cpp100 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
101 state |= (grandParentState & states::OFFSCREEN) | in NativeState()
316 (states::OFFSCREEN | states::INVISIBLE); in NativeState()
372 if (state & states::INVISIBLE) state |= states::OFFSCREEN | states::COLLAPSED; in NativeState()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/xul/
H A DXULMenuAccessible.cpp105 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
106 state |= (grandParentState & states::OFFSCREEN) | in NativeState()
361 (states::OFFSCREEN | states::INVISIBLE); in NativeState()
436 state |= states::OFFSCREEN | states::COLLAPSED; in NativeState()
/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Dgl_inc.h3 #ifndef OFFSCREEN
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xul/
H A DXULMenuAccessible.cpp93 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
94 state |= (grandParentState & states::OFFSCREEN) | in NativeState()
323 (states::OFFSCREEN | states::INVISIBLE); in NativeState()
384 if (state & states::INVISIBLE) state |= states::OFFSCREEN | states::COLLAPSED; in NativeState()
/dports/www/firefox-esr/firefox-91.8.0/accessible/xul/
H A DXULMenuAccessible.cpp96 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
97 state |= (grandParentState & states::OFFSCREEN) | in NativeState()
328 (states::OFFSCREEN | states::INVISIBLE); in NativeState()
389 if (state & states::INVISIBLE) state |= states::OFFSCREEN | states::COLLAPSED; in NativeState()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/xul/
H A DXULMenuAccessible.cpp96 state &= ~(states::OFFSCREEN | states::INVISIBLE); in NativeState()
97 state |= (grandParentState & states::OFFSCREEN) | in NativeState()
328 (states::OFFSCREEN | states::INVISIBLE); in NativeState()
389 if (state & states::INVISIBLE) state |= states::OFFSCREEN | states::COLLAPSED; in NativeState()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-offscreen.h58 COGL, OFFSCREEN,
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/service/
H A DAccContainerEventListener.cxx214 case AccessibleStateType::OFFSCREEN: in SetComponentState()
291 case AccessibleStateType::OFFSCREEN: in FireStatePropertyChange()
318 case AccessibleStateType::OFFSCREEN: in FireStatePropertyChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/winaccessibility/source/service/
H A DAccContainerEventListener.cxx214 case AccessibleStateType::OFFSCREEN: in SetComponentState()
291 case AccessibleStateType::OFFSCREEN: in FireStatePropertyChange()
318 case AccessibleStateType::OFFSCREEN: in FireStatePropertyChange()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/
H A DJoystickTypes.h78 OFFSCREEN, // Virtual button to shoot light gun offscreen enumerator
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-debug-options.h174 OPT (OFFSCREEN,
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-debug-options.h174 OPT (OFFSCREEN,

1234