HomeSort by relevance Sort by last modified time
    Searched refs:Display (Results 76 - 100 of 482) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 154 extern int _XiGetDevicePresenceNotifyEvent(Display *); \
183 Display *display; /* Display the event was read from */ member in struct:__anon22479
215 Display *display; /* Display the event was read from */ member in struct:__anon22480
248 Display *display; /* Display the event was read from * member in struct:__anon22481
278 Display *display; \/* Display the event was read from *\/ member in struct:__anon22482
306 Display *display; \/* Display the event was read from *\/ member in struct:__anon22483
345 Display *display; \/* Display the event was read from *\/ member in struct:__anon22485
398 Display *display; \/* Display the event was read from *\/ member in struct:__anon22489
419 Display *display; \/* Display the event was read from *\/ member in struct:__anon22490
443 Display *display; \/* Display the event was read from *\/ member in struct:__anon22491
    [all...]
sync.h 323 Display *display; /* Display the event was read from */ member in struct:__anon22731
336 Display *display; /* Display the event was read from */ member in struct:__anon22732
350 Display *display; /* Display the event was read from */ member in struct:__anon22733
360 Display *display; /* Display the event was read from * member in struct:__anon22734
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 154 extern int _XiGetDevicePresenceNotifyEvent(Display *); \
183 Display *display; /* Display the event was read from */ member in struct:__anon24069
215 Display *display; /* Display the event was read from */ member in struct:__anon24070
248 Display *display; /* Display the event was read from * member in struct:__anon24071
278 Display *display; \/* Display the event was read from *\/ member in struct:__anon24072
306 Display *display; \/* Display the event was read from *\/ member in struct:__anon24073
345 Display *display; \/* Display the event was read from *\/ member in struct:__anon24075
398 Display *display; \/* Display the event was read from *\/ member in struct:__anon24079
419 Display *display; \/* Display the event was read from *\/ member in struct:__anon24080
443 Display *display; \/* Display the event was read from *\/ member in struct:__anon24081
    [all...]
sync.h 323 Display *display; /* Display the event was read from */ member in struct:__anon24321
336 Display *display; /* Display the event was read from */ member in struct:__anon24322
350 Display *display; /* Display the event was read from */ member in struct:__anon24323
360 Display *display; /* Display the event was read from * member in struct:__anon24324
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 154 extern int _XiGetDevicePresenceNotifyEvent(Display *); \
183 Display *display; /* Display the event was read from */ member in struct:__anon25581
215 Display *display; /* Display the event was read from */ member in struct:__anon25582
248 Display *display; /* Display the event was read from * member in struct:__anon25583
278 Display *display; \/* Display the event was read from *\/ member in struct:__anon25584
306 Display *display; \/* Display the event was read from *\/ member in struct:__anon25585
345 Display *display; \/* Display the event was read from *\/ member in struct:__anon25587
398 Display *display; \/* Display the event was read from *\/ member in struct:__anon25591
419 Display *display; \/* Display the event was read from *\/ member in struct:__anon25592
443 Display *display; \/* Display the event was read from *\/ member in struct:__anon25593
    [all...]
sync.h 323 Display *display; /* Display the event was read from */ member in struct:__anon25833
336 Display *display; /* Display the event was read from */ member in struct:__anon25834
350 Display *display; /* Display the event was read from */ member in struct:__anon25835
360 Display *display; /* Display the event was read from * member in struct:__anon25836
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
DisplayMetricsTest.java 21 import android.view.Display;
25 private Display initDisplay() {
29 Display display = windowManager.getDefaultDisplay(); local
30 assertNotNull(display);
31 return display;
45 Display display = initDisplay(); local
46 display.getMetrics(outMetrics);
49 assertEquals(display.getHeight(), metrics.heightPixels)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuvfuncs.h 35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
Display_Delegate.java 26 * Delegate used to provide new implementation of a select few methods of {@link Display}
28 * Through the layoutlib_create tool, the original methods of Display have been replaced
50 /*package*/ static int getRawWidthNative(Display theDisplay) {
57 /*package*/ static int getRawHeightNative(Display theDisplay) {
63 /*package*/ static int getOrientation(Display theDisplay) {
80 /*package*/ static void init(Display theDisplay, int display) {
  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.h 35 Display m_display;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 50 import org.lwjgl.opengl.Display;
64 * @return Type.Display or Type.Canvas
69 * Set the title if its a windowed display
75 * Restart if its a windowed or full-screen display.
91 * Does LWJGL display initialization in the OpenGL thread
119 if (Display.isCreated())
120 Display.destroy();
125 listener.handleError("Failed to create display", ex);
126 return; // if we failed to create display, do not continue
160 Display.update(false)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 7 // Display.cpp: Implements the egl::Display class, representing the abstract
8 // display on which graphics are drawn. Implements EGLDisplay.
11 #include "libEGL/Display.h"
25 Display::Display(HDC deviceContext) : mDc(deviceContext)
46 Display::~Display()
51 bool Display::initialize()
226 void Display::terminate(
    [all...]
Display.h 7 // Display.h: Defines the egl::Display class, representing the abstract
8 // display on which graphics are drawn. Implements EGLDisplay.
29 class Display
32 Display(HDC deviceContext);
34 ~Display();
72 DISALLOW_COPY_AND_ASSIGN(Display);
  /external/chromium/chrome/browser/notifications/
notification.h 37 // A display string for the source of the notification.
42 void Display() const { delegate()->Display(); }
59 // The display string for the source of the notification. Could be
notification_object_proxy.h 30 virtual void Display();
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 18 static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg)
26 static Display *s_display = NULL;
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
DumpDisplayListAction.java 24 import org.eclipse.swt.widgets.Display;
35 mImage = imageLoader.loadImage("load-view-hierarchy.png", Display.getDefault()); //$NON-NLS-1$
InvalidateAction.java 25 import org.eclipse.swt.widgets.Display;
37 mImage = imageLoader.loadImage("invalidate.png", Display.getDefault()); //$NON-NLS-1$
PixelPerfectEnabledAction.java 23 import org.eclipse.swt.widgets.Display;
50 Display.getDefault().syncExec(new Runnable() {
RefreshPixelPerfectAction.java 25 import org.eclipse.swt.widgets.Display;
37 mImage = imageLoader.loadImage("refresh-windows.png", Display.getDefault()); //$NON-NLS-1$
RefreshPixelPerfectTreeAction.java 25 import org.eclipse.swt.widgets.Display;
37 mImage = imageLoader.loadImage("load-view-hierarchy.png", Display.getDefault()); //$NON-NLS-1$
RefreshViewAction.java 25 import org.eclipse.swt.widgets.Display;
37 mImage = imageLoader.loadImage("load-view-hierarchy.png", Display.getDefault()); //$NON-NLS-1$
RefreshWindowsAction.java 26 import org.eclipse.swt.widgets.Display;
38 mImage = imageLoader.loadImage("refresh-windows.png", Display.getDefault()); //$NON-NLS-1$
RequestLayoutAction.java 25 import org.eclipse.swt.widgets.Display;
37 mImage = imageLoader.loadImage("request-layout.png", Display.getDefault()); //$NON-NLS-1$
TreeViewEnabledAction.java 23 import org.eclipse.swt.widgets.Display;
39 Display.getDefault().syncExec(new Runnable() {

Completed in 1956 milliseconds

1 2 34 5 6 7 8 91011>>