HomeSort by relevance Sort by last modified time
    Searched refs:_display (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 25 _crit(*CriticalSectionWrapper::CreateCriticalSection()), _display(NULL),
88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width,
92 XSync(_display, False);
117 _display = XOpenDisplay(NULL); // Use default display
118 if (!_window || !_display)
125 dispArray[dispCount] = _display;
144 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
159 _gc = XCreateGC(_display, _window, 0, 0);
188 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
218 XFreeGC(_display, _gc)
    [all...]
video_x11_channel.h 69 Display* _display; member in class:webrtc::VideoX11Channel
  /external/autotest/client/deps/pyxinput/src/
xi2reader.py 21 self._display = xlib.XOpenDisplay(display_name)
22 self._window = xlib.XDefaultRootWindow(self._display)
28 xlib.XFlush(self._display)
44 xi2.XISelectEvents(self._display, self._window, ctypes.pointer(mask), 1)
45 xlib.XSelectInput(self._display, self._window, ctypes.c_long(0))
68 device = xi2.XIQueryDevice(self._display, device_id,
76 valuator_names.append(xlib.XGetAtomName(reader._display,
85 return xlib.XConnectionNumber(reader._display)
106 while xlib.XPending(self._display):
108 xlib.XNextEvent(self._display, ctypes.pointer(xevent)
    [all...]
  /hardware/libhardware/tests/hwc/
util.h 27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
util.c 165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) {
216 *_display = display;
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 173 Display* _display = XOpenDisplay( NULL );
176 screen = DefaultScreen(_display);
179 if( XMatchVisualInfo(_display, screen, 24, TrueColor, &vinfo) != 0 )
185 xswa.colormap = XCreateColormap(_display, DefaultRootWindow(_display), vinfo.visual, AllocNone);
208 Window _window = XCreateWindow(_display, DefaultRootWindow(_display),
220 XStoreName(_display, _window, "VE MM Local Window");
221 XSetIconName(_display, _window, "VE MM Local Window");
225 XStoreName(_display, _window, "VE MM Remote Window")
    [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js 64 this._display = null; // Display object
158 this._display = new Display({target: this._target});
207 var rmode = this._display.get_render_mode();
411 if (this._display && this._display.get_context()) {
414 this._display.defaultCursor();
418 this._display.clear();
571 RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
582 this._display.viewportChange(deltaX, deltaY)
    [all...]
  /external/mesa3d/src/egl/main/
egldriver.h 60 _EGL_DRIVER_TYPECAST(drvname ## _display, _EGLDisplay, obj->DriverData) \
  /external/ImageMagick/Magick++/lib/
STL.cpp     [all...]
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
main.css 758 _display: inline;
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 1836 std::string _display; member in class:Magick::x11DisplayImage
    [all...]

Completed in 781 milliseconds