Home
last modified time | relevance | path

Searched refs:extend_gc (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c511 XPutImage(ctx->native_dpy, output->extend_drawable, output->extend_gc, ximg, in psb_DisplayRGBASubpicture()
868 XSetForeground((Display *)ctx->native_dpy, output->extend_gc, 0); in psb_clear_subpictures()
869 … XFillRectangle((Display *)ctx->native_dpy, output->extend_drawable, output->extend_gc, in psb_clear_subpictures()
1077 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_putsurface_coverlay()
1078 output->extend_gc = 0; in psb_putsurface_coverlay()
1174 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_putsurface_coverlay()
1175 output->extend_gc = 0; in psb_putsurface_coverlay()
1250 if (output->extend_gc) in psb_putsurface_coverlay()
1251 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_putsurface_coverlay()
1252 output->extend_gc = XCreateGC((Display *)ctx->native_dpy, extend_win, 0, NULL); in psb_putsurface_coverlay()
[all …]
Dpsb_x11.h87 GC extend_gc; member
Dpsb_xvva.c191 if (output->extend_gc) { in psb_deinit_xvideo()
192 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_deinit_xvideo()
193 output->extend_gc = NULL; in psb_deinit_xvideo()