Home
last modified time | relevance | path

Searched refs:m_aPicture (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dhelpagentwindow.cxx87 m_aPicture = Image( aHelpAgentBitmap ); in HelpAgentWindow()
88 m_aPreferredSize = m_aPicture.GetSizePixel(); in HelpAgentWindow()
131 Size aPictureSize( m_aPicture.GetSizePixel() ); in Paint()
136 DrawImage( aPicturePos, m_aPicture, 0 ); in Paint()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1181 if( !rEntry.m_aPicture ) in drawFilledTrapezoids()
1190 rEntry.m_aPicture = rRenderPeer.CreatePicture( rEntry.m_aPixmap, pXRPF, CPRepeat, &aAttr ); in drawFilledTrapezoids()
1195 rRenderPeer.FillRectangle( PictOpSrc, rEntry.m_aPicture, &aRenderColor, 0, 0, 1, 1 ); in drawFilledTrapezoids()
1205 rEntry.m_aPicture, aDstPic, pMaskFormat, 0, 0, &aTrapVector[0], aTrapVector.size() ); in drawFilledTrapezoids()
H A Dgcach_xpeer.cxx93 if( it->second.m_aPicture ) in ~X11GlyphPeer()
94 rRenderPeer.FreePicture( it->second.m_aPicture ); in ~X11GlyphPeer()
H A Dsalgdi3.cxx590 if( !rEntry.m_aPicture ) in DrawServerAAFontString()
608 …rEntry.m_aPicture = rRenderPeer.CreatePicture ( rEntry.m_aPixmap, pVisualFormat, CPRepeat, &aAttr … in DrawServerAAFontString()
613 rRenderPeer.FillRectangle( PictOpSrc, rEntry.m_aPicture, &aRenderColor, 0, 0, 1, 1 ); in DrawServerAAFontString()
642 rRenderPeer.CompositeString32( rEntry.m_aPicture, aDstPic, in DrawServerAAFontString()
/trunk/main/svtools/source/control/
H A Droadmap.cxx141 BitmapEx m_aPicture; member in svt::RoadmapImpl
177 void setPicture( const BitmapEx& _rPic ) { m_aPicture = _rPic; } in setPicture()
178 const BitmapEx& getPicture( ) const { return m_aPicture; } in getPicture()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx283 Picture m_aPicture; member
285 RenderEntry() : m_aPixmap( 0 ), m_aPicture( 0 ) {} in RenderEntry()
/trunk/main/svtools/inc/svtools/
H A Dhelpagentwindow.hxx55 Image m_aPicture; member in svt::HelpAgentWindow

Completed in 59 milliseconds