/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 D | ViewForm.java | 128 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 D | CBanner.java | 70 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 D | ViewForm.java | 128 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 D | CBanner.java | 70 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 D | HTMLSelectAccessible.cpp | 153 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 D | HTMLSelectAccessible.cpp | 174 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 D | HTMLSelectAccessible.cpp | 154 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 D | HTMLSelectAccessible.cpp | 154 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 D | HTMLSelectAccessible.cpp | 153 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 D | HTMLSelectAccessible.cpp | 190 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 D | DragCursors.java | 40 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 D | States.h | 113 const uint64_t OFFSCREEN = ((uint64_t)0x1) << 16; variable 299 states::OFFSCREEN | states::ENABLED |
|
/dports/www/firefox/firefox-99.0/accessible/xul/ |
H A D | XULMenuAccessible.cpp | 97 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 D | XULMenuAccessible.cpp | 100 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 D | XULMenuAccessible.cpp | 105 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 D | gl_inc.h | 3 #ifndef OFFSCREEN
|
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xul/ |
H A D | XULMenuAccessible.cpp | 93 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 D | XULMenuAccessible.cpp | 96 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 D | XULMenuAccessible.cpp | 96 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 D | cogl-offscreen.h | 58 COGL, OFFSCREEN,
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/service/ |
H A D | AccContainerEventListener.cxx | 214 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 D | AccContainerEventListener.cxx | 214 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 D | JoystickTypes.h | 78 OFFSCREEN, // Virtual button to shoot light gun offscreen enumerator
|
/dports/graphics/cogl/cogl-1.22.8/cogl/ |
H A D | cogl-debug-options.h | 174 OPT (OFFSCREEN,
|
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/ |
H A D | cogl-debug-options.h | 174 OPT (OFFSCREEN,
|