Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx78 bool SvpSalGraphics::drawTransformedBitmap( in drawTransformedBitmap()
96 SvpSalGraphics::SvpSalGraphics() : in SvpSalGraphics() function in SvpSalGraphics
109 SvpSalGraphics::~SvpSalGraphics() in ~SvpSalGraphics()
142 sal_uInt16 SvpSalGraphics::GetBitCount() in GetBitCount()
147 long SvpSalGraphics::GetGraphicsWidth() const in GetGraphicsWidth()
157 void SvpSalGraphics::ResetClipRegion() in ResetClipRegion()
229 void SvpSalGraphics::SetLineColor() in SetLineColor()
240 void SvpSalGraphics::SetFillColor() in SetFillColor()
417 bool SvpSalGraphics::drawPolyLine( in drawPolyLine()
456 void SvpSalGraphics::copyArea( long nDestX, in copyArea()
[all …]
H A Dsvptext.cxx271 const ImplFontCharMap* SvpSalGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
282 void SvpSalGraphics::GetDevFontList( ImplDevFontList* pDevFontList ) in GetDevFontList()
325 void SvpSalGraphics::GetDevFontSubstList( OutputDevice* ) in GetDevFontSubstList()
330 bool SvpSalGraphics::AddTempDevFont( ImplDevFontList*, in AddTempDevFont()
338 sal_Bool SvpSalGraphics::CreateFontSubset( in CreateFontSubset()
381 const void* SvpSalGraphics::GetEmbedFontData( in GetEmbedFontData()
400 void SvpSalGraphics::FreeEmbedFontData( const void* pData, long nLen ) in FreeEmbedFontData()
405 void SvpSalGraphics::GetGlyphWidths( const ImplFontData* pFont, in GetGlyphWidths()
421 bool SvpSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect()
456 SalLayout* SvpSalGraphics::GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) in GetTextLayout()
[all …]
H A Dsvpvd.cxx41 SvpSalGraphics* pGraphics = new SvpSalGraphics(); in GetGraphics()
49 m_aGraphics.remove( dynamic_cast<SvpSalGraphics*>(pGraphics) ); in ReleaseGraphics()
87 for( std::list< SvpSalGraphics* >::iterator it = m_aGraphics.begin(); in SetSize()
H A Dsvpframe.cxx132 SvpSalGraphics* pGraphics = new SvpSalGraphics(); in GetGraphics()
140 SvpSalGraphics* pSvpGraphics = dynamic_cast<SvpSalGraphics*>(pGraphics); in ReleaseGraphics()
244 for( std::list< SvpSalGraphics* >::iterator it = m_aGraphics.begin(); in SetPosSize()
H A Dsvpgdi.hxx34 class SvpSalGraphics : public SalGraphics class
62 SvpSalGraphics();
63 virtual ~SvpSalGraphics();
H A Dsvpvd.hxx32 class SvpSalGraphics;
38 std::list< SvpSalGraphics* > m_aGraphics;
H A Dsvpframe.hxx34 class SvpSalGraphics;
51 std::list< SvpSalGraphics* > m_aGraphics;

Completed in 28 milliseconds