• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/

Lines Matching refs:Pixmap

79         XFreePixmap( (Display*) m_display, (Pixmap) m_bitmap );
88 XFreePixmap( (Display*) m_display, (Pixmap) m_bitmap );
104 GC gc = XCreateGC( xdisplay, (Pixmap) m_bitmap, 0, NULL );
108 XFillRectangle( xdisplay, (Pixmap) m_bitmap, gc, 0, 0, image.GetWidth(), image.GetHeight() );
159 XDrawLine( xdisplay, (Pixmap) m_bitmap, gc, start_x, j, i-1, j );
166 XDrawLine( xdisplay, (Pixmap) m_bitmap, gc, start_x, j, i, j );
195 XFreePixmap( (Display*) m_display, (Pixmap) m_bitmap );
212 GC gc = XCreateGC( (Display*) m_display, (Pixmap) m_bitmap, 0, NULL );
214 XCopyPlane( (Display*) m_display, (Pixmap) bitmap.GetBitmap(), (Pixmap) m_bitmap,
240 Pixmap m_pixmap;
241 Pixmap m_bitmap;
332 ximage = XGetSubImage( dpy, (Pixmap)xpixmap,
336 GC gc = XCreateGC( dpy, (Pixmap)xpixmap, 0, NULL );
337 Pixmap ret = XCreatePixmap( dpy, xroot,
392 Pixmap xpixmap = (Pixmap)pixmap;
397 // make a copy of the Pixmap
404 Pixmap copy = XCreatePixmap( xdisplay, xroot, width, height, depth );
472 Pixmap pixmap = (Pixmap) GetPixmap();
475 Pixmap maskPixmap = 0;
749 GC gc = XCreateGC( xdisplay, (Pixmap) M_BMPDATA->m_pixmap, 0, NULL );
750 XPutImage( xdisplay, (Pixmap) M_BMPDATA->m_pixmap, gc, data_image, 0, 0, 0, 0, width, height );
758 GC gc = XCreateGC( xdisplay, (Pixmap) GetMask()->GetBitmap(), 0, NULL );
759 XPutImage( xdisplay, (Pixmap) GetMask()->GetBitmap(), gc, mask_image, 0, 0, 0, 0, width, height );
782 wxGetImageFromDrawable((Pixmap) GetPixmap(), 0, 0, GetWidth(), GetHeight(), image);
790 x_image = XGetImage( xdisplay, (Pixmap) GetPixmap(),
797 x_image = XGetImage( xdisplay, (Pixmap) GetBitmap(),
821 x_image_mask = XGetImage( xdisplay, (Pixmap) GetMask()->GetBitmap(),
1123 M_BMPDATA->m_pixmap = (Pixmap)pixmap;
1130 M_BMPDATA->m_bitmap = (Pixmap)bitmap;
1359 Pixmap pixmap;
1360 Pixmap mask = 0;
1375 M_BMPHANDLERDATA->m_bitmap = (Pixmap) pixmap;
1475 Pixmap pixmap = 0;
1476 Pixmap mask = 0;
1500 M_BMPHANDLERDATA->m_pixmap = (Pixmap) pixmap;