HomeSort by relevance Sort by last modified time
    Searched refs:Display (Results 101 - 125 of 1046) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/gfx/
display.cc 5 #include "ui/gfx/display.h"
43 const int64 Display::kInvalidDisplayID = kInvalidDisplayIDForCompileTimeInit;
46 float Display::GetForcedDeviceScaleFactor() {
53 bool Display::HasForceDeviceScaleFactor() {
57 Display::Display()
64 Display::Display(int64 id)
71 Display::Display(int64 id, const gfx::Rect& bounds
    [all...]
screen.h 11 #include "ui/gfx/display.h"
24 // Note that this class does not represent an individual display connected to a
25 // computer -- see the Display class for that. A single Screen object exists on
71 virtual std::vector<gfx::Display> GetAllDisplays() const = 0;
73 // Returns the display nearest the specified window.
74 virtual gfx::Display GetDisplayNearestWindow(NativeView view) const = 0;
76 // Returns the display nearest the specified point.
77 virtual gfx::Display GetDisplayNearestPoint(
80 // Returns the display that most closely intersects the provided bounds.
81 virtual gfx::Display GetDisplayMatching
    [all...]
screen_win.h 27 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
28 virtual gfx::Display GetDisplayNearestWindow(
30 virtual gfx::Display GetDisplayNearestPoint(
32 virtual gfx::Display GetDisplayMatching(
34 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 105 Display *display; member in struct:__anon25093
115 Display *display; member in struct:__anon25094
125 Display *display; member in struct:__anon25095
142 Display *dpy,
148 Display *dpy,
154 Display *dpy,
160 Display *dpy
    [all...]
  /frameworks/base/core/java/android/hardware/display/
DisplayManager.java 17 package android.hardware.display;
22 import android.view.Display;
44 private final SparseArray<Display> mDisplays = new SparseArray<Display>();
46 private final ArrayList<Display> mTempDisplays = new ArrayList<Display>();
49 * Broadcast receiver that indicates when the Wifi display status changes.
59 "android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED";
66 "android.hardware.display.extra.WIFI_DISPLAY_STATUS";
69 * Display category: Presentation displays
241 Display display = getOrCreateDisplayLocked(displayIds[i], true \/*assumeValid*\/); local
251 Display display = getOrCreateDisplayLocked(displayIds[i], true \/*assumeValid*\/); local
261 Display display = mDisplays.get(displayId); local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11_unittest.cc 29 std::vector<gfx::Display> displays;
30 displays.push_back(gfx::Display(kFirstDisplay, gfx::Rect(0, 0, 640, 480)));
41 std::vector<gfx::Display> changed_display_;
42 std::vector<gfx::Display> added_display_;
43 std::vector<gfx::Display> removed_display_;
66 virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE {
67 changed_display_.push_back(display);
70 virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE {
74 virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
196 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
198 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
201 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
204 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
211 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
213 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min )
482 Display *display; \/* display the event was read from *\/ member in struct:__anon36606
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
196 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
198 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
201 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
204 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
211 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
213 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min )
482 Display *display; \/* display the event was read from *\/ member in struct:__anon38196
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
196 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
198 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
201 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
204 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
211 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
213 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min )
482 Display *display; \/* display the event was read from *\/ member in struct:__anon39711
    [all...]
  /external/chromium_org/ui/aura/test/
test_screen.h 10 #include "ui/gfx/display.h"
27 // Creates a TestScreen that uses fullscreen for the display.
34 void SetDisplayRotation(gfx::Display::Rotation rotation);
54 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
55 virtual gfx::Display GetDisplayNearestWindow(
57 virtual gfx::Display GetDisplayNearestPoint(
59 virtual gfx::Display GetDisplayMatching(
61 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
70 gfx::Display display_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 106 char *display_name; /* "host:display" string used on this connect*/
120 int ext_number; /* extension number on this display */
121 struct _XExten *ext_procs; /* extensions initialized on this display */
131 Display * /* dpy */,
136 Display * /* dpy */,
141 struct _XLockInfo *lock; /* multi-thread state, display lock */
146 Display * /* dpy */,
158 Display * /* display */,
181 Display * /* dpy *
    [all...]
Xutil.h 278 * type from the many visuals a display may support.
392 Display* /* display */,
411 Display* /* display */,
418 Display* /* display */,
424 Display* /* display */,
431 Display* /* display */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 106 char *display_name; /* "host:display" string used on this connect*/
120 int ext_number; /* extension number on this display */
121 struct _XExten *ext_procs; /* extensions initialized on this display */
131 Display * /* dpy */,
136 Display * /* dpy */,
141 struct _XLockInfo *lock; /* multi-thread state, display lock */
146 Display * /* dpy */,
158 Display * /* display */,
181 Display * /* dpy *
    [all...]
Xutil.h 278 * type from the many visuals a display may support.
392 Display* /* display */,
411 Display* /* display */,
418 Display* /* display */,
424 Display* /* display */,
431 Display* /* display */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 106 char *display_name; /* "host:display" string used on this connect*/
120 int ext_number; /* extension number on this display */
121 struct _XExten *ext_procs; /* extensions initialized on this display */
131 Display * /* dpy */,
136 Display * /* dpy */,
141 struct _XLockInfo *lock; /* multi-thread state, display lock */
146 Display * /* dpy */,
158 Display * /* display */,
181 Display * /* dpy *
    [all...]
Xutil.h 278 * type from the many visuals a display may support.
392 Display* /* display */,
411 Display* /* display */,
418 Display* /* display */,
424 Display* /* display */,
431 Display* /* display */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.h 96 void (*destroy) (Display * dpy, struct apple_glx_drawable * d);
101 Display *display; member in struct:apple_glx_drawable
145 struct apple_glx_drawable *apple_glx_find_drawable(Display * dpy,
149 bool apple_glx_drawable_create(Display * dpy,
157 bool apple_glx_create_drawable(Display * dpy,
162 void apple_glx_garbage_collect_drawables(Display * dpy);
178 bool apple_glx_drawable_destroy_by_type(Display * dpy, GLXDrawable drawable,
186 bool apple_glx_surface_create(Display * dpy, int screen, GLXDrawable drawable,
194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config
    [all...]
  /external/chromium_org/ui/base/cursor/
cursor_loader.h 11 #include "ui/gfx/display.h"
22 // Returns the display the loader loads images for.
23 const gfx::Display& display() const { function in class:ui::CursorLoader
27 // Sets the display the loader loads images for.
28 void set_display(const gfx::Display& display) {
29 display_ = display;
67 // The display the loader loads images for.
68 gfx::Display display_
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 96 void (*destroy) (Display * dpy, struct apple_glx_drawable * d);
101 Display *display; member in struct:apple_glx_drawable
145 struct apple_glx_drawable *apple_glx_find_drawable(Display * dpy,
149 bool apple_glx_drawable_create(Display * dpy,
157 bool apple_glx_create_drawable(Display * dpy,
162 void apple_glx_garbage_collect_drawables(Display * dpy);
178 bool apple_glx_drawable_destroy_by_type(Display * dpy, GLXDrawable drawable,
186 bool apple_glx_surface_create(Display * dpy, int screen, GLXDrawable drawable,
194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config
    [all...]
  /external/chromium_org/ash/display/
display_manager.h 12 #include "ash/display/display_info.h"
13 #include "ash/display/display_layout.h"
17 #include "ui/gfx/display.h"
20 #include "chromeos/display/output_configurator.h"
24 class Display;
40 // DisplayManager maintains the current display configurations,
61 // Called before and after the display configuration changes.
68 // How the second display will be used.
70 // 2) MIRRORING mode copies the content of the primary display to
71 // the 2nd display. (Software Mirroring)
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 17 package android.display.cts;
22 import android.hardware.display.DisplayManager;
25 import android.view.Display;
29 // This test is called from DisplayTestRunner which brings up an overlay display on the target
30 // device. The overlay display parameters must match the ones defined there which are
53 private boolean isSecondarySize(Display display) {
55 display.getSize(p);
59 private Display getSecondaryDisplay(Display[] displays)
100 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
109 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
132 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
159 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
175 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
    [all...]
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 20 virtual void Display() = 0;
  /external/chromium_org/chrome/browser/
chrome_browser_main_extra_parts_x11.cc 28 int BrowserX11ErrorHandler(Display* d, XErrorEvent* error) {
45 int BrowserX11IOErrorHandler(Display* d) {
65 int X11EmptyErrorHandler(Display* d, XErrorEvent* error) {
69 int X11EmptyIOErrorHandler(Display* d) {
  /external/chromium_org/third_party/libva/va/glx/
va_glx_private.h 37 typedef void (*PFNGLXBINDTEXIMAGEEXTPROC)(Display *, GLXDrawable, int, const int *);
38 typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int);
44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
45 typedef void (*PFNGLXDESTROYPIXMAPPROC)(Display *, GLXPixmap);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
xlib_sw_winsys.h 26 struct sw_winsys *xlib_create_sw_winsys( Display *display );

Completed in 2032 milliseconds

1 2 3 45 6 7 8 91011>>