HomeSort by relevance Sort by last modified time
    Searched refs:display (Results 201 - 225 of 2028) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ImageMagick/MagickCore/
animate.c 141 " space Press to display the next image in the sequence.",
143 " < Press to speed-up the display of the images. Refer to",
146 " > Press to slow the display of the images. Refer to",
149 " F1 Press to display helpful information about animate(1).",
153 " ? Press to display information about the image. Press",
251 *XMagickCommand(Display *,XResourceInfo *,XWindows *,const CommandType,
255 XSaveImage(Display *,XResourceInfo *,XWindows *,Image *,ExceptionInfo *);
293 Display
294 *display;
311 display=XOpenDisplay(image_info->server_name)
287 *display; local
    [all...]
xwindow.c 54 #include "MagickCore/display.h"
219 XMakePixmap(Display *,const XResourceInfo *,XWindowInfo *);
228 XSelectWindow(Display *,RectangleInfo *);
267 if ((windows == (XWindows *) NULL) || (windows->display == (Display *) NULL))
286 (void) XWithdrawWindow(windows->display,magick_windows[i]->id,
298 (void) XFreeCursor(windows->display,magick_windows[i]->cursor);
303 (void) XFreeCursor(windows->display,magick_windows[i]->busy_cursor);
308 (void) XFreePixmap(windows->display,
314 (void) XFreePixmap(windows->display,magick_windows[i]->shadow_stipple)
4867 *display; local
8654 *display = (Display *) NULL; local
8987 *display; local
    [all...]
  /external/libvncserver/webclients/novnc/include/
ui.js 11 /* global window, $D, Util, WebUtil, RFB, Display */
22 "keysymdef.js", "keyboard.js", "input.js", "display.js",
117 $D('noVNC_mobile_buttons').style.display = "inline";
151 $D('noVNC_description').style.display = "block";
294 psp.style.display = "none";
298 psp.style.display = "block";
308 $D('noVNC_description').style.display = "none";
328 $D('noVNC_xvp').style.display = "none";
332 $D('noVNC_xvp').style.display = "block";
341 $D('noVNC_description').style.display = "none"
    [all...]
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 103 virtual status_t captureScreen(const sp<IBinder>& display,
112 data.writeStrongBinder(display);
236 virtual void destroyDisplay(const sp<IBinder>& display)
240 data.writeStrongBinder(display);
253 virtual void setPowerMode(const sp<IBinder>& display, int mode)
257 data.writeStrongBinder(display);
262 virtual status_t getDisplayConfigs(const sp<IBinder>& display,
267 data.writeStrongBinder(display);
283 virtual status_t getDisplayStats(const sp<IBinder>& display,
288 data.writeStrongBinder(display);
542 sp<IBinder> display = data.readStrongBinder(); local
605 sp<IBinder> display = data.readStrongBinder(); local
619 sp<IBinder> display = data.readStrongBinder(); local
634 sp<IBinder> display = data.readStrongBinder(); local
645 sp<IBinder> display = data.readStrongBinder(); local
652 sp<IBinder> display = data.readStrongBinder(); local
661 sp<IBinder> display = nullptr; local
679 sp<IBinder> display = nullptr; local
691 sp<IBinder> display = nullptr; local
724 sp<IBinder> display = data.readStrongBinder(); local
731 sp<IBinder> display = nullptr; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectedPresentation.java 21 import android.view.Display;
30 public ProjectedPresentation(Context outerContext, Display display) {
32 super(outerContext, display, android.R.style.Theme_Holo_Light_NoActionBar_TranslucentDecor);
  /external/deqp/framework/platform/X11/
tcuX11Xcb.cpp 56 XcbWindow::XcbWindow (XcbDisplay& display, int width, int height, xcb_visualid_t* visual)
58 , m_display (display)
75 display.getScreen()->root, // parent window
140 xcb_connection_t* display = m_display.getConnection(); local
141 result = xcb_configure_window(display, m_window, XCB_CONFIG_WINDOW_WIDTH | XCB_CONFIG_WINDOW_HEIGHT, values);
142 DE_ASSERT(DE_NULL == xcb_request_check(display,result));
143 xcb_flush (display);
147 xcb_generic_event_t* event = xcb_poll_for_event(display);
  /external/deqp/framework/platform/wayland/
tcuWaylandEglPlatform.cpp 54 class Display : public NativeDisplay
60 Display (MovePtr<wayland::Display> waylandDisplay)
67 ~Display(void) {}
68 wayland::Display& getWaylandDisplay (void) { return *m_display; }
75 UniquePtr<wayland::Display> m_display;
87 Window (Display& display,
99 Window::Window (Display& display, const WindowParams& params
140 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
155 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.hpp 49 virtual void executeForContexts (eglw::EGLDisplay display,
67 virtual void executeForContexts (eglw::EGLDisplay display,
  /external/libnl/doc/stylesheets/
asciidoc-manpage.css 16 div#toc { display: none; }
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 47 Display *display; member in struct:vl_xsp_screen
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
129 vl_screen_create(Display *display, int screen)
134 assert(display);
140 winsys = xlib_create_sw_winsys(display);
153 xsp_screen->display = display;
155 xsp_screen->xdraw.visual = XDefaultVisual(display, screen)
    [all...]
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 49 swrast_xlib_create_screen( Display *display )
57 winsys = xlib_create_sw_winsys( display );
  /external/swiftshader/src/Main/
FrameBufferX11.cpp 30 static int (*PreviousXErrorHandler)(Display *display, XErrorEvent *event) = 0;
34 static int XShmErrorHandler(Display *display, XErrorEvent *event)
43 return PreviousXErrorHandler(display, event);
47 FrameBufferX11::FrameBufferX11(Display *display, Window window, int width, int height) : FrameBuffer(width, height, false, false), ownX11(!display), x_display(display), x_window(window)
150 sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, int height
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.h 38 // Takes ownership of |display|.
39 explicit SharedXDisplay(Display* display);
41 // Creates a new X11 Display for the |display_name|. NULL is returned if X11
47 // Creates X11 Display connection for the default display (e.g. specified in
48 // DISPLAY). NULL is returned if X11 connection failed.
57 Display* display() { return display_; } function in class:webrtc::SharedXDisplay
75 Display* display_
    [all...]
  /frameworks/base/libs/hwui/
Image.cpp 27 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
31 mImage = eglCreateImageKHR(display, EGL_NO_CONTEXT,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoinitparams.h 74 MixDisplay *display; member in struct:_MixVideoInitParams
133 MixDisplay * display);
  /packages/apps/Settings/src/com/android/settings/display/
ScreenZoomPreference.java 17 package com.android.settings.display;
25 import com.android.settingslib.display.DisplayDensityUtils;
28 * Preference for changing the density of the display on which the preference
38 setFragment("com.android.settings.display.ScreenZoomSettings");
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 80 const char *qservice_name = "display.qservice";
99 DLOGE("Display core initialization failed. Error = %d", error);
103 // Read which display is first, and create it and store it in primary slot
109 // HDMI is primary display. If already connected, then create it and store in
110 // primary display slot. If not connected, create a NULL display for now.
114 // Create and power on primary display
151 DLOGE("Display core de-initialization failed. Error = %d", error);
217 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display) {
219 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::AcceptDisplayChanges)
1218 auto display = static_cast<hwc2_display_t >(input_parcel->readInt32()); local
    [all...]
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.cpp 165 ALOGW("destroying client resources for display %" PRIu64, dpy.first);
218 void ComposerClient::onHotplug(Display display,
225 mDisplayData.emplace(display, DisplayData(false));
227 mDisplayData.erase(display);
231 auto ret = mCallback->onHotplug(display, connected);
236 void ComposerClient::onRefresh(Display display)
238 auto ret = mCallback->onRefresh(display);
243 void ComposerClient::onVsync(Display display, int64_t timestamp
269 Display display = 0; local
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
ScreenOnActivity.java 17 package android.display.cts;
  /cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java 21 import android.hardware.display.DisplayManager;
22 import android.hardware.display.VirtualDisplay;
53 + "as expected when creating public virtual display.");
76 + "as expected when creating secure virtual display.");
94 VirtualDisplay display = displayManager.createVirtualDisplay( local
97 display.release();
100 + "when creating private virtual display.");
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gles_APICheck.cc 25 EGLDisplay (*FP_eglGetDisplay)(NativeDisplayType display) = NULL;
159 bool InitGraphics(Display** display,
176 *display = XOpenDisplay(NULL);
177 if (*display == NULL) {
182 int screen = XDefaultScreen(*display);
183 Window window = XCreateSimpleWindow(*display, RootWindow(*display, screen),
185 0, 0, WhitePixel(*display, screen));
186 XMapWindow(*display, window)
291 Display* display; local
    [all...]
  /external/autotest/tko/
compose_query.cgi 16 from autotest_lib.tko import display, frontend, db, query_lib
112 display.set_brief_mode()
205 # for display, so we have to map it to a suitable html fragment for
206 # display. This contains the kernel base version plus the truncated
266 return [[display.box(msg)]]
289 return [[display.box(str(error))]]
300 return [[display.box(msg)]]
306 header_row = [display.box("<center>(Flip Axis)</center>", link=link)]
314 header_row.append(display.box(x_header,header=True,link=link))
324 cur_row = [display.box(y_header, header=True, link=link)
    [all...]
  /external/drm_hwcomposer/
autogl.h 57 AutoEGLDisplayImage(EGLDisplay display, EGLImageKHR image)
58 : display_(display), image_(image) {
81 void reset(EGLDisplay display, EGLImageKHR image) {
83 display_ = display;
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 42 * display: IN A valid X display
43 * width, height: IN Surface size that the port must display
44 * chroma_format: IN Chroma format that the port must display
53 Display *display,
  /external/swiftshader/src/OpenGL/libEGL/
Surface.h 29 class Display;
67 Surface(const Display *display, const Config *config);
73 const Display *const display; member in class:egl::Surface
89 EGLint pixelAspectRatio; // Display aspect ratio
102 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
124 PBufferSurface(Display *display, const egl::Config *config, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTar (…)
    [all...]

Completed in 1084 milliseconds

1 2 3 4 5 6 7 891011>>