Home
last modified time | relevance | path

Searched refs:XCreateGC (Results 1 – 21 of 21) sorted by relevance

/external/skqp/tools/sk_app/unix/
DRasterWindowContext_unix.cpp41 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in RasterWindowContext_xlib()
DWindow_unix.cpp250 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in handleEvent()
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp41 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in RasterWindowContext_xlib()
DWindow_unix.cpp250 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in handleEvent()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c137 gc = XCreateGC(b->xm_visual->display, b->frontxrb->drawable, 0, NULL); in alloc_back_shm_ximage()
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL); in xmesa_UnmapRenderbuffer()
Dxm_api.c619 b->gc = XCreateGC( v->display, window, 0, NULL ); in initialize_visual_and_buffer()
623 b->cleargc = XCreateGC( v->display, window, 0, NULL ); in initialize_visual_and_buffer()
633 b->swapgc = XCreateGC(v->display, window, in initialize_visual_and_buffer()
Dxfonts.c284 gc = XCreateGC(dpy, pixmap, valuemask, &values); in Fake_glXUseXFont()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc159 _gc = XCreateGC(_display, _window, 0, 0); in Init()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc154 gc_ = XCreateGC(display(), root_window_, 0, NULL); in Init()
/external/mesa3d/src/glx/
Ddrisw_glx.c42 pdp->gc = XCreateGC(dpy, drawable, 0, NULL); in XCreateDrawable()
43 pdp->swapgc = XCreateGC(dpy, drawable, 0, NULL); in XCreateDrawable()
Dxfont.c297 gc = XCreateGC(dpy, pixmap, valuemask, &values); in DRI_glXUseXFont()
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc201 shm_gc_ = XCreateGC(display_, window_, in InitPixmaps()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c285 gc = XCreateGC(dpy, pixmap, valuemask, &values); in glXUseXFont()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c338 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL); in xlib_sw_display()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp194 m_X11GC = XCreateGC(m_X11Display,m_X11Window,0,0); in OsInitOS()
/external/ImageMagick/MagickCore/
Danimate.c939 pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long) in XAnimateBackgroundImage()
1597 XCreateGC(display,windows->context.id,context_mask,&context_values); in XAnimateImages()
1605 XCreateGC(display,windows->context.id,context_mask,&context_values); in XAnimateImages()
1615 pixel->highlight_context=XCreateGC(display,windows->context.id, in XAnimateImages()
1646 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XAnimateImages()
Dvms.h80 #define XCreateGC XCREATEGC macro
Dxwindow.c525 annotate_context=XCreateGC(display,root_window,(unsigned long) in XAnnotateImage()
2341 draw_context=XCreateGC(display,root_window,(size_t) in XDrawImage()
5797 graphics_context=XCreateGC(display,window->matte_pixmap, in XMakeImage()
9292 annotate_context=XCreateGC(display,root_window,(size_t) (GCBackground | in XSelectWindow()
Ddisplay.c13915 pixel.annotate_context=XCreateGC(display,window_info.id, in XDisplayBackgroundImage()
14649 pixel->annotate_context=XCreateGC(display,windows->context.id, in XDisplayImage()
14657 pixel->widget_context=XCreateGC(display,windows->context.id,context_mask, in XDisplayImage()
14668 pixel->highlight_context=XCreateGC(display,windows->context.id, in XDisplayImage()
14699 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XDisplayImage()
/external/libpng/contrib/gregbook/
Drpng-x.c613 gc = XCreateGC(display, window, 0, &gcvalues); in rpng_x_create_window()
Drpng2-x.c998 gc = XCreateGC(display, window, 0, &gcvalues); in rpng2_x_create_window()