Home | History | Annotate | Download | only in player_x11

Lines Matching refs:pixmap

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_,
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()