HomeSort by relevance Sort by last modified time
    Searched defs:pixmap (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 121 // If XRender is used, we'll upload the image to a pixmap. And then
122 // creats a picture from the pixmap and composite the picture over
142 // Creates a pixmap and uploads from the XImage.
143 unsigned long pixmap = XCreatePixmap(display_, window_, local
146 GC gc = XCreateGC(display_, pixmap, 0, NULL);
147 XPutImage(display_, pixmap, gc, &image,
154 // Creates the picture representing the pixmap.
156 display_, pixmap, GetRenderARGB32Format(display_), 0, NULL);
164 XFreePixmap(display_, pixmap);
170 // TODO(hclam): Upload the image to a pixmap and do XCopyArea(
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 239 GdkPixmap* pixmap = gdk_pixmap_new(NULL, size.width(), size.height(), 1); local
240 cairo_t* cairo_context = gdk_cairo_create(GDK_DRAWABLE(pixmap));
245 // Blit the rendered bitmap into a pixmap. Any pixel set in the pixmap will
273 gdk_window_shape_combine_mask(container_->window, pixmap, 0, 0);
274 g_object_unref(pixmap);
tab_strip_gtk.cc 1739 GdkPixmap* pixmap = gdk_pixmap_new(NULL, local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.cc 52 // backing store in the X server, as a pixmap. Thus expose events just require
90 Pixmap pixmap,
99 BackingStoreEvents(TransportDIB* dib, XDisplay* d, Picture pic, Pixmap pix,
104 pixmap(pix),
116 Pixmap pixmap; member in struct:content::__anon7796::XSyncHandler::BackingStoreEvents
147 Pixmap pixmap,
150 dib, display, picture, pixmap, completion_callback))
319 Pixmap pixmap = XCreatePixmap(display_, root_window_, width, height, local
377 Pixmap pixmap; local
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc 283 // relative to the containing window's origin, so our pixmap must be from the
289 // | pixmap +-------------------+ |
312 // are relative to, nor does it define what the pixmap is relative to.
323 // that virtual scroll). The pixmap is also relative to the window. It always
327 // pixmap, or render the wrong pixels.
339 // | | | H = pixmap | | | H
390 // Construct the paint message, targeting the pixmap.
401 Pixmap pixmap = None; local
410 // we can not let the plugin directly draw over the shared memory pixmap
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 116 * use only one reusable pixmap with the maximum dimensions.
117 * draw the entire font into a single pixmap (careful with
132 Pixmap pixmap; local
135 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
145 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
156 XFreePixmap(dpy, pixmap);
214 Pixmap pixmap local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.h 71 GLXPbuffer xid; /* our pixmap */
108 struct apple_glx_pixmap pixmap; member in union:apple_glx_drawable::__anon13116
216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap,
220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
  /external/chromium_org/third_party/mesa/src/src/glx/
glx_pbuffer.c 494 Pixmap pixmap; local
557 pixmap = XCreatePixmap(dpy, RootWindow(dpy, config->screen),
560 if (!CreateDRIDrawable(dpy, config, pixmap, id, attrib_list, i)) {
562 XFreePixmap(dpy, pixmap);
866 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap,
874 if (apple_glx_pixmap_create(dpy, modes->screen, pixmap, modes))
877 return pixmap;
880 (Drawable) pixmap, attrib_list, X_GLXCreatePixmap)
    [all...]
xfont.c 122 * use only one reusable pixmap with the maximum dimensions.
123 * draw the entire font into a single pixmap (careful with
138 Pixmap pixmap; local
141 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
151 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
162 XFreePixmap(dpy, pixmap);
219 Pixmap pixmap local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c 123 * use only one reusable pixmap with the maximum dimensions.
124 * draw the entire font into a single pixmap (careful with
139 Pixmap pixmap; local
142 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
152 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
163 XFreePixmap(dpy, pixmap);
221 Pixmap pixmap local
    [all...]
xmesaP.h 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
130 PIXMAP, /* GLX pixmap */
147 * Either <ximage> or <pixmap> will be used, never both.
148 * In any case, <drawable> always equals <pixmap>.
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
159 XMesaPixmap pixmap; /* Back color buffer */ member in struct:xmesa_renderbuffer
160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
203 /* BACK_PIXMAP = use Pixmap for back buffer *
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 116 * use only one reusable pixmap with the maximum dimensions.
117 * draw the entire font into a single pixmap (careful with
132 Pixmap pixmap; local
135 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
145 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
156 XFreePixmap(dpy, pixmap);
214 Pixmap pixmap local
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 71 GLXPbuffer xid; /* our pixmap */
108 struct apple_glx_pixmap pixmap; member in union:apple_glx_drawable::__anon23583
216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap,
220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
  /external/mesa3d/src/glx/
glx_pbuffer.c 494 Pixmap pixmap; local
557 pixmap = XCreatePixmap(dpy, RootWindow(dpy, config->screen),
560 if (!CreateDRIDrawable(dpy, config, pixmap, id, attrib_list, i)) {
562 XFreePixmap(dpy, pixmap);
866 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap,
874 if (apple_glx_pixmap_create(dpy, modes->screen, pixmap, modes))
877 return pixmap;
880 (Drawable) pixmap, attrib_list, X_GLXCreatePixmap)
    [all...]
xfont.c 122 * use only one reusable pixmap with the maximum dimensions.
123 * draw the entire font into a single pixmap (careful with
138 Pixmap pixmap; local
141 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
151 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
162 XFreePixmap(dpy, pixmap);
219 Pixmap pixmap local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 123 * use only one reusable pixmap with the maximum dimensions.
124 * draw the entire font into a single pixmap (careful with
139 Pixmap pixmap; local
142 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
152 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
163 XFreePixmap(dpy, pixmap);
221 Pixmap pixmap local
    [all...]
xmesaP.h 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
130 PIXMAP, /* GLX pixmap */
147 * Either <ximage> or <pixmap> will be used, never both.
148 * In any case, <drawable> always equals <pixmap>.
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
159 XMesaPixmap pixmap; /* Back color buffer */ member in struct:xmesa_renderbuffer
160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
203 /* BACK_PIXMAP = use Pixmap for back buffer *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 533 PixMapHandle pixmap; local
581 pixmap = GetGWorldPixMap(memworld);
582 LockPixels(pixmap);
583 current->pitch = (**pixmap).rowBytes & 0x3FFF;
584 current->pixels = GetPixBaseAddr(pixmap);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc 336 GdkPixmap* pixmap = gdk_pixmap_new(NULL, size.width(), size.height(), 1); local
337 cairo_t* cairo_context = gdk_cairo_create(GDK_DRAWABLE(pixmap));
342 // Blit the rendered bitmap into a pixmap. Any pixel set in the pixmap will
378 gdk_window_shape_combine_mask(gdk_window, pixmap, 0, 0);
379 g_object_unref(pixmap);
tab_strip_gtk.cc 1883 GdkPixmap* pixmap = gdk_pixmap_new(NULL, local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 95 Pixmap pixmap; member in struct:__anon25092
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 290 egl_native_pixmap_t pixmap; local
291 pixmap.version = sizeof(pixmap);
292 pixmap.width = nativeBitmap->width();
293 pixmap.height = nativeBitmap->height();
294 pixmap.stride = nativeBitmap->rowBytes() / nativeBitmap->bytesPerPixel();
295 pixmap.format = convertPixelFormat(nativeBitmap->config());
296 pixmap.data = (uint8_t*)ref->pixels();
299 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 1156 GdkPixmap* pixmap = gtk_widget_get_snapshot(button, NULL); local
    [all...]
  /external/kernel-headers/original/linux/
fb.h 580 * Pixmap structure definition
855 struct fb_pixmap pixmap; \/* Image hardware mapper *\/ member in struct:fb_info
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 867 milliseconds

1 2