Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c375 ChangeGCVal gcv[6]; in miOpqStipDrawable() local
395 gcv[0].val = 0; in miOpqStipDrawable()
396 ChangeGC(NullClient, pGCT, GCBackground, gcv); in miOpqStipDrawable()
439 gcv[0].val = FillStippled; in miOpqStipDrawable()
440 gcv[1].ptr = pPixmap; in miOpqStipDrawable()
441 gcv[2].val = dstx - srcx; in miOpqStipDrawable()
442 gcv[3].val = dsty; in miOpqStipDrawable()
446 gcv); in miOpqStipDrawable()
461 gcv[0].val = GXinvert; in miOpqStipDrawable()
462 ChangeGC(NullClient, pGCT, GCFunction, gcv); in miOpqStipDrawable()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c311 XGCValues gcv; in main() local
342 gcv.background = BlackPixel(pong_clock->xdpy, in main()
344 gcv.foreground = WhitePixel(pong_clock->xdpy, in main()
346 gcv.graphics_exposures = False; in main()
350 &gcv); in main()
/OK3568_Linux_fs/debian/packages-patches/openbox/3.6.1-8/
H A D0002-Support-outline-moving.patch108 + XGCValues gcv;
110 + gcv.function = GXinvert;
111 + gcv.line_width = 2;
112 + gcv.subwindow_mode = IncludeInferiors;
116 + &gcv);