Searched defs:pixmap (Results 76 - 100 of 108) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Drootless.h68 PixmapPtr pixmap; member in struct:_RootlessWindowRec
425 * Alocate a new screen pixmap.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Drootless.h68 PixmapPtr pixmap; member in struct:_RootlessWindowRec
425 * Alocate a new screen pixmap.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Drootless.h69 PixmapPtr pixmap; member in struct:_RootlessWindowRec
435 * Alocate a new screen pixmap.
H A Dexa_priv.h194 PixmapPtr pixmap; member in struct:__anon8758::__anon8759
287 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
288 int sys_pitch; /**< pitch of pixmap in system memory */
290 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
291 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
292 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
295 * Holds information about whether this pixmap can be used for
299 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
300 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
301 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Drootless.h69 PixmapPtr pixmap; member in struct:_RootlessWindowRec
435 * Alocate a new screen pixmap.
H A Dexa_priv.h195 PixmapPtr pixmap; member in struct:__anon9072::__anon9073
298 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
299 int sys_pitch; /**< pitch of pixmap in system memory */
301 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
302 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
303 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
306 * Holds information about whether this pixmap can be used for
310 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
311 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
312 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Drootless.h69 PixmapPtr pixmap; member in struct:_RootlessWindowRec
435 * Alocate a new screen pixmap.
H A Dexa_priv.h191 PixmapPtr pixmap; member in struct:__anon9391::__anon9392
298 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
299 int sys_pitch; /**< pitch of pixmap in system memory */
301 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
302 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
303 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
306 * Holds information about whether this pixmap can be used for
310 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
311 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
312 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItem.cpp366 void UIGChooserItem::paintPixmap(QPainter *pPainter, const QPoint &point, const QPixmap &pixmap) argument
368 pPainter->drawPixmap(point, pixmap);
H A DUIGChooserItemMachine.cpp213 /* Update pixmap: */
216 /* Update state-pixmap: */
222 /* Get new pixmap and pixmap-size: */
224 QPixmap pixmap = osPixmap(&pixmapSize); local
232 if (m_pixmap.toImage() != pixmap.toImage())
234 m_pixmap = pixmap;
241 /* Get new state-pixmap and state-pixmap size: */
245 const QPixmap statePixmap = stateIcon.pixmap(statePixmapSiz
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c295 if (glyph->pixmap != NULL)
306 uint16 baseline, uint16 width, uint16 height, RD_HGLYPH pixmap)
313 if (glyph->pixmap != NULL)
314 ui_destroy_glyph(glyph->pixmap);
320 glyph->pixmap = pixmap;
305 cache_put_font(uint8 font, uint16 character, uint16 offset, uint16 baseline, uint16 width, uint16 height, RD_HGLYPH pixmap) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Drootless.h69 PixmapPtr pixmap; member in struct:_RootlessWindowRec
425 * Alocate a new screen pixmap.
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c86 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)
88 return glxim.CreateGLXPixmapMESA(dpy, visual, pixmap, cmap);
119 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreateGLXPixmap)(Display *dpy, XVisualInfo *vis, Pixmap pixmap)
121 return glxim.CreateGLXPixmap(dpy, vis, pixmap);
260 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreateGLXPixmapWithConfigSGIX)(Display *dpy, GLXFBConfig config, Pixmap pixmap)
262 return glxim.CreateGLXPixmapWithConfigSGIX(dpy, config, pixmap);
284 DECLEXPORT(GLXPixmap) VBOXGLXENTRYTAG(glXCreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const ATTRIB_TYPE *attrib_list)
286 return glxim.CreatePixmap(dpy, config, pixmap, attrib_list);
306 DECLEXPORT(void) VBOXGLXENTRYTAG(glXDestroyPixmap)(Display *dpy, GLXPixmap pixmap) argument
308 return glxim.DestroyPixmap(dpy, pixmap);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Drootless.h69 PixmapPtr pixmap; member in struct:_RootlessWindowRec
425 * Alocate a new screen pixmap.
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp903 /* Replace pixmap record with HiDPI-aware analog: */
905 /* Load HiDPI-aware pixmap: */
906 QPixmap pixmap = UIIconPool::pixmap(exp.cap(0)); local
907 /* Register loaded pixmap in text-edit' document: */
909 QUrl(QString("pixmaps://%1").arg(exp.cap(1))), QVariant(pixmap));
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxf86dga.h94 Pixmap pixmap; member in struct:__anon2908
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dexa_priv.h193 PixmapPtr pixmap; member in struct:__anon6765::__anon6766
307 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
308 int sys_pitch; /**< pitch of pixmap in system memory */
310 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
311 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
312 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
315 * Holds information about whether this pixmap can be used for
319 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
320 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
321 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
H A Dglamor_priv.h300 /** There is no storage attached to the pixmap. */
303 * The pixmap has FBO storage attached, but devPrivate.ptr doesn't
319 * @pbo_valid: The pbo has a valid copy of the pixmap's data.
344 * glamor_pixmap_private - glamor pixmap's private structure.
345 * @gl_tex: The pixmap is in a gl texture originally.
348 * @pixmap: The corresponding pixmap's pointer.
352 * and box[i] store the relatively coords in this pixmap
355 * boxes for one pixmap for some special reason.
357 * pixmap
428 PixmapPtr pixmap; member in struct:glamor_pixmap_private_base
563 glamor_get_pixmap_private(PixmapPtr pixmap) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dexa_priv.h193 PixmapPtr pixmap; member in struct:__anon7086::__anon7087
295 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
296 int sys_pitch; /**< pitch of pixmap in system memory */
298 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
299 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
300 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
303 * Holds information about whether this pixmap can be used for
307 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
308 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
309 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dexa_priv.h191 PixmapPtr pixmap; member in struct:__anon4921::__anon4922
298 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
299 int sys_pitch; /**< pitch of pixmap in system memory */
301 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
302 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
303 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
306 * Holds information about whether this pixmap can be used for
310 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
311 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
312 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dexa_priv.h191 PixmapPtr pixmap; member in struct:__anon5236::__anon5237
297 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
298 int sys_pitch; /**< pitch of pixmap in system memory */
300 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
301 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
302 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
305 * Holds information about whether this pixmap can be used for
309 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
310 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
311 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dexa_priv.h191 PixmapPtr pixmap; member in struct:__anon5549::__anon5550
297 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
298 int sys_pitch; /**< pitch of pixmap in system memory */
300 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
301 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
302 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
305 * Holds information about whether this pixmap can be used for
309 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
310 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
311 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dexa_priv.h194 PixmapPtr pixmap; member in struct:__anon5857::__anon5858
299 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
300 int sys_pitch; /**< pitch of pixmap in system memory */
302 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
303 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
304 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
307 * Holds information about whether this pixmap can be used for
311 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
312 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
313 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dexa_priv.h193 PixmapPtr pixmap; member in struct:__anon6164::__anon6165
299 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
300 int sys_pitch; /**< pitch of pixmap in system memory */
302 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
303 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
304 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
307 * Holds information about whether this pixmap can be used for
311 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
312 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
313 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dexa_priv.h193 PixmapPtr pixmap; member in struct:__anon6467::__anon6468
299 CARD8 *sys_ptr; /**< pointer to pixmap data in system memory */
300 int sys_pitch; /**< pitch of pixmap in system memory */
302 CARD8 *fb_ptr; /**< pointer to pixmap data in framebuffer memory */
303 int fb_pitch; /**< pitch of pixmap in framebuffer memory */
304 unsigned int fb_size; /**< size of pixmap in framebuffer memory */
307 * Holds information about whether this pixmap can be used for
311 * EXA_RANGE_PITCH - set if the pixmap's pitch is out of range
312 * EXA_RANGE_WIDTH - set if the pixmap's width is out of range
313 * EXA_RANGE_HEIGHT - set if the pixmap'
[all...]

Completed in 159 milliseconds

12345