Searched refs:m_aPicture (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/svtools/source/misc/ |
H A D | helpagentwindow.cxx | 87 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()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 1181 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 D | gcach_xpeer.cxx | 93 if( it->second.m_aPicture ) in ~X11GlyphPeer() 94 rRenderPeer.FreePicture( it->second.m_aPicture ); in ~X11GlyphPeer()
|
H A D | salgdi3.cxx | 590 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()
|
/aoo42x/main/svtools/source/control/ |
H A D | roadmap.cxx | 141 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()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 283 Picture m_aPicture; member 285 RenderEntry() : m_aPixmap( 0 ), m_aPicture( 0 ) {} in RenderEntry()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | helpagentwindow.hxx | 55 Image m_aPicture; member in svt::HelpAgentWindow
|
Completed in 56 milliseconds