Lines Matching refs:SvpSalGraphics

72 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()
163 bool SvpSalGraphics::setClipRegion( const Region& i_rClip ) in setClipRegion()
229 void SvpSalGraphics::SetLineColor() in SetLineColor()
234 void SvpSalGraphics::SetLineColor( SalColor nSalColor ) in SetLineColor()
240 void SvpSalGraphics::SetFillColor() in SetFillColor()
245 void SvpSalGraphics::SetFillColor( SalColor nSalColor ) in SetFillColor()
251 void SvpSalGraphics::SetXORMode( bool bSet, bool ) in SetXORMode()
256 void SvpSalGraphics::SetROPLineColor( SalROPColor nROPColor ) in SetROPLineColor()
273 void SvpSalGraphics::SetROPFillColor( SalROPColor nROPColor ) in SetROPFillColor()
290 void SvpSalGraphics::SetTextColor( SalColor nSalColor ) in SetTextColor()
295 void SvpSalGraphics::drawPixel( long nX, long nY ) in drawPixel()
306 void SvpSalGraphics::drawPixel( long nX, long nY, SalColor nSalColor ) in drawPixel()
317 void SvpSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine()
328 void SvpSalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect()
344 void SvpSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine()
358 void SvpSalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
380 void SvpSalGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon()
417 bool SvpSalGraphics::drawPolyLine( in drawPolyLine()
428 sal_Bool SvpSalGraphics::drawPolyLineBezier( sal_uInt32, in drawPolyLineBezier()
435 sal_Bool SvpSalGraphics::drawPolygonBezier( sal_uInt32, in drawPolygonBezier()
442 sal_Bool SvpSalGraphics::drawPolyPolygonBezier( sal_uInt32, in drawPolyPolygonBezier()
450 bool SvpSalGraphics::drawPolyPolygon( const basegfx::B2DPolyPolygon&, double /*fTransparency*/ ) in drawPolyPolygon()
456 void SvpSalGraphics::copyArea( long nDestX, in copyArea()
470 void SvpSalGraphics::copyBits( const SalTwoRect& rPosAry, in copyBits()
473 SvpSalGraphics* pSrc = pSrcGraphics ? in copyBits()
474 static_cast<SvpSalGraphics*>(pSrcGraphics) : this; in copyBits()
485 void SvpSalGraphics::drawBitmap( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap ) in drawBitmap()
498 void SvpSalGraphics::drawBitmap( const SalTwoRect&, in drawBitmap()
505 void SvpSalGraphics::drawBitmap( const SalTwoRect& rPosAry, in drawBitmap()
521 void SvpSalGraphics::drawMask( const SalTwoRect& rPosAry, in drawMask()
548 SalBitmap* SvpSalGraphics::getBitmap( long nX, long nY, long nWidth, long nHeight ) in getBitmap()
562 SalColor SvpSalGraphics::getPixel( long nX, long nY ) in getPixel()
568 void SvpSalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInvert /*nFlags*/ ) in invert()
577 void SvpSalGraphics::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert /*nFlags*/ ) in invert()
589 sal_Bool SvpSalGraphics::drawEPS( long, long, long, long, void*, sal_uLong ) in drawEPS()
594 SystemFontData SvpSalGraphics::GetSysFontData( int nFallbacklevel ) const in GetSysFontData()
610 SystemGraphicsData SvpSalGraphics::GetGraphicsData() const in GetGraphicsData()
619 bool SvpSalGraphics::supportsOperation( OutDevSupportType ) const in supportsOperation()