Searched refs:x_image_ (Results 1 – 2 of 2) sorted by relevance
151 if (x_image_) { in Release()152 XDestroyImage(x_image_); in Release()153 x_image_ = nullptr; in Release()356 if (x_image_) in CaptureRect()357 XDestroyImage(x_image_); in CaptureRect()358 x_image_ = XGetImage(display_, window_, rect.left(), rect.top(), in CaptureRect()360 if (!x_image_) in CaptureRect()363 image = x_image_; in CaptureRect()
76 XImage* x_image_ = nullptr; variable