Searched refs:pixmap_ (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/ui/gl/ |
D | gl_surface_x11.cc | 49 Pixmap pixmap_; member in gfx::NativeViewGLSurfaceOSMesa 87 pixmap_(0) { in NativeViewGLSurfaceOSMesa() 129 if (pixmap_) { in Destroy() 130 XFreePixmap(g_osmesa_display, pixmap_); in Destroy() 131 pixmap_ = 0; in Destroy() 157 if (pixmap_) { in Resize() 158 XFreePixmap(g_osmesa_display, pixmap_); in Resize() 159 pixmap_ = 0; in Resize() 163 pixmap_ = XCreatePixmap(g_osmesa_display, in Resize() 168 if (!pixmap_) { in Resize() [all …]
|
D | gl_image_glx.cc | 51 pixmap_(0), in GLImageGLX() 113 pixmap_ = XCompositeNameWindowPixmap(display_, window_); in Initialize() 123 display_, pixmap_, &root, &x, &y, &width, &height, &bw, &depth)) { in Initialize() 124 LOG(ERROR) << "XGetGeometry failed for pixmap " << pixmap_ << "."; in Initialize() 136 pixmap_, in Initialize() 152 if (pixmap_) { in Destroy() 153 XFreePixmap(display_, pixmap_); in Destroy() 154 pixmap_ = 0; in Destroy()
|
D | gl_image_glx.h | 35 XID pixmap_; variable
|
/external/chromium_org/content/browser/renderer_host/ |
D | backing_store_gtk.cc | 263 pixmap_ = XCreatePixmap(display_, root_window_, in BackingStoreGtk() 268 display_, pixmap_, in BackingStoreGtk() 278 pixmap_gc_ = XCreateGC(display_, pixmap_, 0, NULL); in BackingStoreGtk() 291 pixmap_(0), in BackingStoreGtk() 302 XFreePixmap(display_, pixmap_); in ~BackingStoreGtk() 331 pixmap_, // dest in PaintRectWithoutXrender() 569 !XShmGetImage(display_, pixmap_, image, rect.x(), rect.y(), in CopyFromBackingStore() 581 image = XGetImage(display_, pixmap_, in CopyFromBackingStore() 637 XCopyArea(display_, pixmap_, pixmap_, static_cast<GC>(pixmap_gc_), in ScrollBackingStore() 649 XCopyArea(display_, pixmap_, pixmap_, static_cast<GC>(pixmap_gc_), in ScrollBackingStore() [all …]
|
D | backing_store_gtk.h | 96 XID pixmap_; variable
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate_impl_gtk.cc | 40 pixmap_(NULL), in WebPluginDelegateImpl() 82 if (pixmap_) { in ~WebPluginDelegateImpl() 83 g_object_unref(pixmap_); in ~WebPluginDelegateImpl() 84 pixmap_ = NULL; in ~WebPluginDelegateImpl() 229 if (pixmap_) { in EnsurePixmapAtLeastSize() 231 gdk_pixmap_get_size(pixmap_, &cur_width, &cur_height); in EnsurePixmapAtLeastSize() 236 g_object_unref(pixmap_); in EnsurePixmapAtLeastSize() 237 pixmap_ = NULL; in EnsurePixmapAtLeastSize() 242 pixmap_ = gdk_pixmap_new(NULL, // use width/height/depth params in EnsurePixmapAtLeastSize() 248 gdk_drawable_set_colormap(pixmap_, colormap); in EnsurePixmapAtLeastSize() [all …]
|
D | webplugin_delegate_impl.h | 328 GdkPixmap* pixmap_; variable
|