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.cxx72 bool SvpSalGraphics::drawAlphaBitmap( const SalTwoRect&, const SalBitmap& /*rSourceBitmap*/, const … in drawAlphaBitmap()
78 bool SvpSalGraphics::drawTransformedBitmap( in drawTransformedBitmap()
90 bool SvpSalGraphics::drawAlphaRect( long /*nX*/, long /*nY*/, long /*nWidth*/, long /*nHeight*/, sa… in drawAlphaRect()
96 SvpSalGraphics::SvpSalGraphics() : in SvpSalGraphics() function in SvpSalGraphics
109 SvpSalGraphics::~SvpSalGraphics() in ~SvpSalGraphics()
113 void SvpSalGraphics::setDevice( BitmapDeviceSharedPtr& rDevice ) in setDevice()
137 void SvpSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution()
142 sal_uInt16 SvpSalGraphics::GetBitCount() in GetBitCount()
147 long SvpSalGraphics::GetGraphicsWidth() const in GetGraphicsWidth()
157 void SvpSalGraphics::ResetClipRegion() in ResetClipRegion()
[all …]
H A Dsvptext.cxx203 sal_uInt16 SvpSalGraphics::SetFont( ImplFontSelectData* pIFSD, int nFallbackLevel ) in SetFont()
239 void SvpSalGraphics::GetFontMetric( ImplFontMetricData* pMetric, int nFallbackLevel ) in GetFontMetric()
253 sal_uLong SvpSalGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs ) in GetKernPairs()
271 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()
368 const Ucs2SIntMap* SvpSalGraphics::GetFontEncodingVector( const ImplFontData* pFont, const Ucs2OStr… in GetFontEncodingVector()
381 const void* SvpSalGraphics::GetEmbedFontData( in GetEmbedFontData()
[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;