/external/skqp/tools/sk_app/unix/ |
D | RasterWindowContext_unix.cpp | 41 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in RasterWindowContext_xlib()
|
D | Window_unix.cpp | 250 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in handleEvent()
|
/external/skia/tools/sk_app/unix/ |
D | RasterWindowContext_unix.cpp | 41 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in RasterWindowContext_xlib()
|
D | Window_unix.cpp | 250 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in handleEvent()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 137 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()
|
D | xm_api.c | 619 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()
|
D | xfonts.c | 284 gc = XCreateGC(dpy, pixmap, valuemask, &values); in Fake_glXUseXFont()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_x11_channel.cc | 159 _gc = XCreateGC(_display, _window, 0, 0); in Init()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_x11.cc | 154 gc_ = XCreateGC(display(), root_window_, 0, NULL); in Init()
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 42 pdp->gc = XCreateGC(dpy, drawable, 0, NULL); in XCreateDrawable() 43 pdp->swapgc = XCreateGC(dpy, drawable, 0, NULL); in XCreateDrawable()
|
D | xfont.c | 297 gc = XCreateGC(dpy, pixmap, valuemask, &values); in DRI_glXUseXFont()
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_server_pixel_buffer.cc | 201 shm_gc_ = XCreateGC(display_, window_, in InitPixmaps()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 285 gc = XCreateGC(dpy, pixmap, valuemask, &values); in glXUseXFont()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 338 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL); in xlib_sw_display()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 194 m_X11GC = XCreateGC(m_X11Display,m_X11Window,0,0); in OsInitOS()
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 939 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()
|
D | vms.h | 80 #define XCreateGC XCREATEGC macro
|
D | xwindow.c | 525 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()
|
D | display.c | 13915 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/ |
D | rpng-x.c | 613 gc = XCreateGC(display, window, 0, &gcvalues); in rpng_x_create_window()
|
D | rpng2-x.c | 998 gc = XCreateGC(display, window, 0, &gcvalues); in rpng2_x_create_window()
|