/external/chromium_org/ui/gl/ |
gl_image_glx.cc | 51 pixmap_(0), 113 pixmap_ = XCompositeNameWindowPixmap(display_, window_); 123 display_, pixmap_, &root, &x, &y, &width, &height, &bw, &depth)) { 124 LOG(ERROR) << "XGetGeometry failed for pixmap " << pixmap_ << "."; 136 pixmap_, 152 if (pixmap_) { 153 XFreePixmap(display_, pixmap_); 154 pixmap_ = 0;
|
gl_surface_x11.cc | 49 Pixmap pixmap_; member in class:gfx::NativeViewGLSurfaceOSMesa 87 pixmap_(0) { 129 if (pixmap_) { 130 XFreePixmap(g_osmesa_display, pixmap_); 131 pixmap_ = 0; 157 if (pixmap_) { 158 XFreePixmap(g_osmesa_display, pixmap_); 159 pixmap_ = 0; 163 pixmap_ = XCreatePixmap(g_osmesa_display, 168 if (!pixmap_) { [all...] |
gl_image_glx.h | 35 XID pixmap_; member in class:gfx::GLImageGLX
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_gtk.cc | 263 pixmap_ = XCreatePixmap(display_, root_window_, 268 display_, pixmap_, 278 pixmap_gc_ = XCreateGC(display_, pixmap_, 0, NULL); 291 pixmap_(0), 302 XFreePixmap(display_, pixmap_); 331 pixmap_, // dest 569 !XShmGetImage(display_, pixmap_, image, rect.x(), rect.y(), 581 image = XGetImage(display_, pixmap_, 637 XCopyArea(display_, pixmap_, pixmap_, static_cast<GC>(pixmap_gc_) [all...] |
backing_store_gtk.h | 96 XID pixmap_; member in class:content::BackingStoreGtk 97 // This is the RENDER picture pointing at |pixmap_|.
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_gtk.cc | 40 pixmap_(NULL), 82 if (pixmap_) { 83 g_object_unref(pixmap_); 84 pixmap_ = NULL; 229 if (pixmap_) { 231 gdk_pixmap_get_size(pixmap_, &cur_width, &cur_height); 236 g_object_unref(pixmap_); 237 pixmap_ = NULL; 242 pixmap_ = gdk_pixmap_new(NULL, // use width/height/depth params 248 gdk_drawable_set_colormap(pixmap_, colormap) [all...] |
webplugin_delegate_impl.h | 328 GdkPixmap* pixmap_; member in class:content::WebPluginDelegateImpl 338 // Ensure pixmap_ exists and is at least width by height pixels.
|