Searched refs:display (Results 1 - 25 of 1082) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gfx/
H A Ddisplay_unittest.cc5 #include "ui/gfx/display.h"
13 gfx::Display display(0, gfx::Rect(0, 0, 100, 100));
14 EXPECT_EQ("0,0 100x100", display.bounds().ToString());
15 EXPECT_EQ("0,0 100x100", display.work_area().ToString());
17 display.set_work_area(gfx::Rect(3, 4, 90, 80));
18 EXPECT_EQ("0,0 100x100", display.bounds().ToString());
19 EXPECT_EQ("3,4 90x80", display.work_area().ToString());
21 display.SetScaleAndBounds(1.0f, gfx::Rect(10, 20, 50, 50));
22 EXPECT_EQ("10,20 50x50", display.bounds().ToString());
23 EXPECT_EQ("13,24 40x30", display
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_view.css7 display: -webkit-flex;
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
H A Dpopup.css12 display: none;
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
H A Dpopup.css12 display: none;
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DBrailleDisplayProperties.aidl17 package com.googlecode.eyesfree.braille.display;
H A DBrailleInputEvent.aidl17 package com.googlecode.eyesfree.braille.display;
H A DIBrailleServiceCallback.aidl17 package com.googlecode.eyesfree.braille.display;
19 import com.googlecode.eyesfree.braille.display.BrailleDisplayProperties;
20 import com.googlecode.eyesfree.braille.display.BrailleInputEvent;
23 * Callback interface that a braille display client can expose to
24 * get information about various braille display events.
H A DIBrailleService.aidl17 package com.googlecode.eyesfree.braille.display;
19 import com.googlecode.eyesfree.braille.display.IBrailleServiceCallback;
22 * Interface for clients to talk to the braille display service.
27 * certain braille display related events.
37 * Updates the main cells of the connected braille display
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dbluetooth_pair_device.css6 display: none;
15 display: none;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_blocks.c38 Display *display; local
48 display = XOpenDisplay(NULL);
52 display,
64 XCloseDisplay(display);
70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
75 assert(XvMCCreateSurface(display, &context, &surface) == Success);
78 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext);
80 assert(XvMCCreateBlocks(display,
[all...]
H A Dtest_surface.c37 Display *display; local
45 display = XOpenDisplay(NULL);
49 display,
61 XCloseDisplay(display);
67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
74 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext);
76 assert(XvMCCreateSurface(display, &context, NULL) == XvMCBadSurface);
78 assert(XvMCCreateSurface(display,
[all...]
H A Dtest_context.c37 Display *display; local
44 display = XOpenDisplay(NULL);
48 display,
60 XCloseDisplay(display);
66 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
79 assert(XvMCCreateContext(display, port_nu
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_blocks.c38 Display *display; local
48 display = XOpenDisplay(NULL);
52 display,
64 XCloseDisplay(display);
70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
75 assert(XvMCCreateSurface(display, &context, &surface) == Success);
78 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext);
80 assert(XvMCCreateBlocks(display,
[all...]
H A Dtest_surface.c37 Display *display; local
45 display = XOpenDisplay(NULL);
49 display,
61 XCloseDisplay(display);
67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
74 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext);
76 assert(XvMCCreateSurface(display, &context, NULL) == XvMCBadSurface);
78 assert(XvMCCreateSurface(display,
[all...]
H A Dtest_context.c37 Display *display; local
44 display = XOpenDisplay(NULL);
48 display,
60 XCloseDisplay(display);
66 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
79 assert(XvMCCreateContext(display, port_nu
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dgeneric_object_view.css7 display: block;
/external/chromium_org/ui/base/gtk/
H A Dgdk_x_compat.h20 inline GdkWindow* gdk_x11_window_lookup_for_display(GdkDisplay* display, argument
22 return static_cast<GdkWindow*>(gdk_xid_table_lookup_for_display(display,
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events_c.h29 extern void X11_SetKeyboardState(Display *display, const char *key_vec);
/external/chromium_org/ui/base/x/
H A Ddevice_list_cache_x.cc30 void DeviceListCacheX::UpdateDeviceList(Display* display) { argument
31 XDeviceList& new_x_dev_list = x_dev_list_map_[display];
34 new_x_dev_list.devices = XListInputDevices(display, &new_x_dev_list.count);
36 XIDeviceList& new_xi_dev_list = xi_dev_list_map_[display];
39 new_xi_dev_list.devices = XIQueryDevice(display, XIAllDevices,
43 const XDeviceList& DeviceListCacheX::GetXDeviceList(Display* display) { argument
44 XDeviceList& x_dev_list = x_dev_list_map_[display];
47 x_dev_list.devices = XListInputDevices(display, &x_dev_list.count);
51 const XIDeviceList& DeviceListCacheX::GetXI2DeviceList(Display* display) { argument
52 XIDeviceList& xi_dev_list = xi_dev_list_map_[display];
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Ddrawing_container.css8 display: inline;
15 display: block;
H A Dthread_track.css8 display: -webkit-box;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.h39 wayland_create_sw_winsys(struct wl_display *display);
/external/mesa3d/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.h39 wayland_create_sw_winsys(struct wl_display *display);
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.css7 display: block;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.css5 #display-options-page {
9 #display-options-content-area {
13 #display-options-displays-view-host {
17 #display-options-displays-view {
23 #display-options-displays-view-mirroring {
27 #display-configurations {
36 /* The arrow at the border #display-configurations to point the focused display.
39 #display-configuration-arrow {
50 #selected-display
[all...]

Completed in 763 milliseconds

1234567891011>>