Home
last modified time | relevance | path

Searched refs:op_gc (Results 1 – 11 of 11) sorted by relevance

/dports/lang/ptoc/ptoc/Xbgi/
H A Dputimage.c22 GC op_gc; in putimage() local
32 op_gc = XCreateGC(dpy, drawable, 0, NULL); in putimage()
33 XCopyGC(dpy, gc, (GCBackground | GCForeground | GCPlaneMask), op_gc); in putimage()
59 XChangeGC(dpy, op_gc, (GCFunction | GCTile | GCFillStyle | GCTileStipXOrigin | in putimage()
62 XSetPlaneMask(dpy, op_gc, plane_masks); in putimage()
64 XFillRectangle(dpy, drawable, op_gc, X, Y, width, height); in putimage()
66 XFillRectangle(dpy, window, op_gc, X, Y, width, height); in putimage()
67 XFreeGC(dpy, op_gc); in putimage()
H A Dgetimage.c24 GC op_gc; in getimage() local
33 op_gc = XCreateGC(dpy, drawable, 0, NULL); in getimage()
35 op_gc); in getimage()
37 XChangeGC(dpy, op_gc, GCFunction, &op_gcv); in getimage()
39 XCopyArea(dpy, drawable, pixmap, op_gc, X, Y, width, height, 0, 0); in getimage()
43 XFreeGC(dpy, op_gc); in getimage()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/fscache/
H A Doperation.c540 schedule_work(&cache->op_gc); in fscache_put_operation()
566 container_of(work, struct fscache_cache, op_gc); in fscache_operation_gc()
606 schedule_work(&cache->op_gc); in fscache_operation_gc()
H A Dcache.c193 INIT_WORK(&cache->op_gc, fscache_operation_gc); in fscache_init_cache()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/fscache/
H A Doperation.c540 schedule_work(&cache->op_gc); in fscache_put_operation()
566 container_of(work, struct fscache_cache, op_gc); in fscache_operation_gc()
606 schedule_work(&cache->op_gc); in fscache_operation_gc()
H A Dcache.c193 INIT_WORK(&cache->op_gc, fscache_operation_gc); in fscache_init_cache()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/fscache/
H A Doperation.c540 schedule_work(&cache->op_gc); in fscache_put_operation()
566 container_of(work, struct fscache_cache, op_gc); in fscache_operation_gc()
606 schedule_work(&cache->op_gc); in fscache_operation_gc()
H A Dcache.c193 INIT_WORK(&cache->op_gc, fscache_operation_gc); in fscache_init_cache()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfscache-cache.h64 struct work_struct op_gc; /* operation garbage collector */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfscache-cache.h64 struct work_struct op_gc; /* operation garbage collector */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfscache-cache.h64 struct work_struct op_gc; /* operation garbage collector */ member