Searched refs:shm_gc_ (Results 1 – 2 of 2) sorted by relevance
65 shm_segment_info_(NULL), shm_pixmap_(0), shm_gc_(NULL) { in XServerPixelBuffer()81 if (shm_gc_) { in Release()82 XFreeGC(display_, shm_gc_); in Release()83 shm_gc_ = NULL; in Release()201 shm_gc_ = XCreateGC(display_, window_, in InitPixmaps()208 shm_gc_ = 0; // See shm_pixmap_ comment above. in InitPixmaps()245 XCopyArea(display_, window_, shm_pixmap_, shm_gc_, in CaptureRect()
78 GC shm_gc_; variable