Searched refs:m_aPixmap (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 395 m_aPixmap( None ), in PixmapHolder() 445 if( m_aPixmap != None ) in ~PixmapHolder() 446 XFreePixmap( m_pDisplay, m_aPixmap ); in ~PixmapHolder() 665 if( m_aPixmap != None ) in setBitmapData() 666 XFreePixmap( m_pDisplay, m_aPixmap ), m_aPixmap = None; in setBitmapData() 670 m_aPixmap = XCreatePixmap( m_pDisplay, in setBitmapData() 674 if( m_aPixmap != None ) in setBitmapData() 712 m_aPixmap, in setBitmapData() 734 return m_aPixmap; in setBitmapData()
|
H A D | bmp.hxx | 54 Pixmap m_aPixmap; member in x11::PixmapHolder 78 Pixmap getPixmap() const { return m_aPixmap; } in getPixmap()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 282 Pixmap m_aPixmap; member 285 RenderEntry() : m_aPixmap( 0 ), m_aPicture( 0 ) {} in RenderEntry()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | gcach_xpeer.cxx | 91 if( it->second.m_aPixmap ) in ~X11GlyphPeer() 92 ::XFreePixmap( pX11Disp, it->second.m_aPixmap ); in ~X11GlyphPeer()
|
H A D | salgdi.cxx | 1185 rEntry.m_aPixmap = ::XCreatePixmap( pXDisplay, hDrawable_, 1, 1, 32 ); in drawFilledTrapezoids() 1190 rEntry.m_aPicture = rRenderPeer.CreatePicture( rEntry.m_aPixmap, pXRPF, CPRepeat, &aAttr ); in drawFilledTrapezoids()
|
H A D | salgdi3.cxx | 604 rEntry.m_aPixmap = ::XCreatePixmap( pDisplay, hDrawable_, 1, 1, nVisualDepth ); in DrawServerAAFontString() 608 …rEntry.m_aPicture = rRenderPeer.CreatePicture ( rEntry.m_aPixmap, pVisualFormat, CPRepeat, &aAttr … in DrawServerAAFontString()
|
Completed in 38 milliseconds