Lines Matching refs:PspGraphics

263 PspGraphics::~PspGraphics()  in ~PspGraphics()
268 void PspGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) in GetResolution()
279 sal_uInt16 PspGraphics::GetBitCount() in GetBitCount()
284 long PspGraphics::GetGraphicsWidth() const in GetGraphicsWidth()
289 void PspGraphics::ResetClipRegion() in ResetClipRegion()
294 bool PspGraphics::setClipRegion( const Region& i_rClip ) in setClipRegion()
339 void PspGraphics::SetLineColor() in SetLineColor()
344 void PspGraphics::SetLineColor( SalColor nSalColor ) in SetLineColor()
352 void PspGraphics::SetFillColor() in SetFillColor()
357 void PspGraphics::SetFillColor( SalColor nSalColor ) in SetFillColor()
365 void PspGraphics::SetROPLineColor( SalROPColor ) in SetROPLineColor()
370 void PspGraphics::SetROPFillColor( SalROPColor ) in SetROPFillColor()
375 void PspGraphics::SetXORMode( bool bSet, bool ) in SetXORMode()
381 void PspGraphics::drawPixel( long nX, long nY ) in drawPixel()
386 void PspGraphics::drawPixel( long nX, long nY, SalColor nSalColor ) in drawPixel()
394 void PspGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine()
399 void PspGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect()
404 void PspGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry ) in drawPolyLine()
409 void PspGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
415 void PspGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon()
422 bool PspGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double /*fTransparency*/ ) in drawPolyPolygon()
428 bool PspGraphics::drawPolyLine( in drawPolyLine()
439 sal_Bool PspGraphics::drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uIn… in drawPolyLineBezier()
445 sal_Bool PspGraphics::drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt… in drawPolygonBezier()
451 sal_Bool PspGraphics::drawPolyPolygonBezier( sal_uInt32 nPoly, in drawPolyPolygonBezier()
461 void PspGraphics::invert( sal_uInt32, const SalPoint*, SalInvert ) in invert()
466 sal_Bool PspGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong n… in drawEPS()
471 void PspGraphics::copyBits( const SalTwoRect&, in copyBits()
477 void PspGraphics::copyArea ( long,long,long,long,long,long,sal_uInt16 ) in copyArea()
482 void PspGraphics::drawBitmap( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap ) in drawBitmap()
497 void PspGraphics::drawBitmap( const SalTwoRect&, in drawBitmap()
504 void PspGraphics::drawBitmap( const SalTwoRect&, in drawBitmap()
511 void PspGraphics::drawMask( const SalTwoRect&, in drawMask()
518 SalBitmap* PspGraphics::getBitmap( long, long, long, long ) in getBitmap()
524 SalColor PspGraphics::getPixel( long, long ) in getPixel()
530 void PspGraphics::invert(long,long,long,long,SalInvert) in invert()
554 : ImplFontData( PspGraphics::Info2DevFontAttributes(rInfo), PSPFD_MAGIC ), in ImplPspFontData()
798 void PspGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) in DrawServerFontLayout()
804 const ImplFontCharMap* PspGraphics::GetImplFontCharMap() const in GetImplFontCharMap()
813 sal_uInt16 PspGraphics::SetFont( ImplFontSelectData *pEntry, int nFallbackLevel ) in SetFont()
874 void PspGraphics::SetTextColor( SalColor nSalColor ) in SetTextColor()
882 bool PspGraphics::AddTempDevFont( ImplDevFontList*, const String&,const String& ) in AddTempDevFont()
889 void PspGraphics::GetDevFontList( ImplDevFontList *pList ) in GetDevFontList()
906 void PspGraphics::GetDevFontSubstList( OutputDevice* pOutDev ) in GetDevFontSubstList()
916 void PspGraphics::GetFontMetric( ImplFontMetricData *pMetric, int ) in GetFontMetric()
944 sal_uLong PspGraphics::GetKernPairs( sal_uLong nPairs, ImplKernPairData *pKernPairs ) in GetKernPairs()
966 bool PspGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect()
982 bool PspGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline()
998 SalLayout* PspGraphics::GetTextLayout( ImplLayoutArgs& rArgs, int nFallbackLevel ) in GetTextLayout()
1034 sal_Bool PspGraphics::CreateFontSubset( in CreateFontSubset()
1064 const void* PspGraphics::GetEmbedFontData( const ImplFontData* pFont, const sal_Ucs* pUnicodes, sal… in GetEmbedFontData()
1072 return PspGraphics::DoGetEmbedFontData( aFont, pUnicodes, pWidths, rInfo, pDataLen ); in GetEmbedFontData()
1077 void PspGraphics::FreeEmbedFontData( const void* pData, long nLen ) in FreeEmbedFontData()
1079 PspGraphics::DoFreeEmbedFontData( pData, nLen ); in FreeEmbedFontData()
1084 const Ucs2SIntMap* PspGraphics::GetFontEncodingVector( const ImplFontData* pFont, const Ucs2OStrMap… in GetFontEncodingVector()
1092 return PspGraphics::DoGetFontEncodingVector( aFont, pNonEncoded ); in GetFontEncodingVector()
1097 void PspGraphics::GetGlyphWidths( const ImplFontData* pFont, in GetGlyphWidths()
1108 PspGraphics::DoGetGlyphWidths( aFont, bVertical, rWidths, rUnicodeEnc ); in GetGlyphWidths()
1114 const void* PspGraphics::DoGetEmbedFontData( fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWi… in DoGetEmbedFontData()
1178 void PspGraphics::DoFreeEmbedFontData( const void* pData, long nLen ) in DoFreeEmbedFontData()
1184 const Ucs2SIntMap* PspGraphics::DoGetFontEncodingVector( fontID aFont, const Ucs2OStrMap** pNonEnco… in DoGetFontEncodingVector()
1199 void PspGraphics::DoGetGlyphWidths( psp::fontID aFont, in DoGetGlyphWidths()
1209 FontWidth PspGraphics::ToFontWidth (psp::width::type eWidth) in ToFontWidth()
1230 FontWeight PspGraphics::ToFontWeight (psp::weight::type eWeight) in ToFontWeight()
1252 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch()
1266 FontItalic PspGraphics::ToFontItalic (psp::italic::type eItalic) in ToFontItalic()
1281 FontFamily PspGraphics::ToFontFamily (psp::family::type eFamily) in ToFontFamily()
1299 ImplDevFontAttributes PspGraphics::Info2DevFontAttributes( const psp::FastPrintFontInfo& rInfo ) in Info2DevFontAttributes()
1361 void PspGraphics::AnnounceFonts( ImplDevFontList* pFontList, const psp::FastPrintFontInfo& aInfo ) in AnnounceFonts()
1414 bool PspGraphics::filterText( const String& rOrig, String& rNewText, xub_StrLen nIndex, xub_StrLen&… in filterText()
1486 bool PspGraphics::drawAlphaBitmap( const SalTwoRect&, in drawAlphaBitmap()
1493 bool PspGraphics::drawTransformedBitmap( in drawTransformedBitmap()
1505 bool PspGraphics::drawAlphaRect( long, long, long, long, sal_uInt8 ) in drawAlphaRect()
1510 SystemGraphicsData PspGraphics::GetGraphicsData() const in GetGraphicsData()
1519 SystemFontData PspGraphics::GetSysFontData( int nFallbacklevel ) const in GetSysFontData()
1535 bool PspGraphics::supportsOperation( OutDevSupportType ) const in supportsOperation()