HomeSort by relevance Sort by last modified time
    Searched refs:Pixmap (Results 51 - 63 of 63) sorted by null

1 23

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 49 Pixmap icon_pixmap;
50 Pixmap mask_pixmap;
192 /* Transfer the image to an X11 pixmap */
212 seems) need an icon window *and* icon pixmap to work properly, while
213 it screws up others. The default is only to use a pixmap. */
225 /* Set the window icon to the icon pixmap (and icon window) */
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 399 RivaPixmap *Pixmap;
  /external/webkit/Source/WebCore/plugins/
PluginView.h 461 Pixmap m_drawable;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 247 #define Pixmap CARD32
296 CARD8 numFormats; /* number of pixmap formats */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 247 #define Pixmap CARD32
296 CARD8 numFormats; /* number of pixmap formats */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 247 #define Pixmap CARD32
296 CARD8 numFormats; /* number of pixmap formats */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 376 Pixmap pid;
430 dev->pixmap = (rep.flags & XDGAPixmap) ? pid : 0;
  /external/quake/quake/src/QW/client/
vid_x.c 194 Pixmap cursormask;
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 251 Pixmap cursormask;
vid_sunx.cpp 369 Pixmap cursormask;
vid_sunxil.cpp 287 Pixmap cursormask;
vid_x.cpp 273 Pixmap cursormask;
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 284 // QPicture holds a reference to the X Pixmap. As a result, the print preview would
285 // update itself when the X Pixmap changes. To prevent this, we create a copy.
293 offset = -offset; // negating the offset gives us the offset of the view within the backing store pixmap
295 const bool hasValidBackingStore = backingStoreDevice && backingStoreDevice->devType() == QInternal::Pixmap;
310 } else { // no backing store, clean the pixmap because the plugin thinks its transparent
    [all...]

Completed in 605 milliseconds

1 23