Lines Matching refs:SalGraphics

75 SalGraphics::SalGraphics()   in SalGraphics()  function in SalGraphics
84 SalGraphics::~SalGraphics() in ~SalGraphics()
90 bool SalGraphics::drawAlphaBitmap( const SalTwoRect&, in drawAlphaBitmap()
98 bool SalGraphics::drawTransformedBitmap( in drawTransformedBitmap()
111 void SalGraphics::mirror( long& x, const OutputDevice *pOutDev, bool bBack ) const in mirror()
147 void SalGraphics::mirror( long& x, long& nWidth, const OutputDevice *pOutDev, bool bBack ) const in mirror()
184 sal_Bool SalGraphics::mirror( sal_uInt32 nPoints, const SalPoint *pPtAry, SalPoint *pPtAry2, const … in mirror()
263 void SalGraphics::mirror( Region& rRgn, const OutputDevice *pOutDev, bool bBack ) const in mirror()
300 void SalGraphics::mirror( Rectangle& rRect, const OutputDevice *pOutDev, bool bBack ) const in mirror()
310 basegfx::B2DPoint SalGraphics::mirror( const basegfx::B2DPoint& i_rPoint, const OutputDevice *i_pOu… in mirror()
339 basegfx::B2DPolygon SalGraphics::mirror( const basegfx::B2DPolygon& i_rPoly, const OutputDevice *i_… in mirror()
369 basegfx::B2DPolyPolygon SalGraphics::mirror( const basegfx::B2DPolyPolygon& i_rPoly, const OutputDe… in mirror()
395 bool SalGraphics::SetClipRegion( const Region& i_rClip, const OutputDevice *pOutDev ) in SetClipRegion()
406 void SalGraphics::DrawPixel( long nX, long nY, const OutputDevice *pOutDev ) in DrawPixel()
412 void SalGraphics::DrawPixel( long nX, long nY, SalColor nSalColor, const OutputDevice *pOutDev ) in DrawPixel()
418 void SalGraphics::DrawLine( long nX1, long nY1, long nX2, long nY2, const OutputDevice *pOutDev ) in DrawLine()
427 void SalGraphics::DrawRect( long nX, long nY, long nWidth, long nHeight, const OutputDevice *pOutDe… in DrawRect()
433 bool SalGraphics::drawPolyLine( in drawPolyLine()
443 void SalGraphics::DrawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, const OutputDevice *pOu… in DrawPolyLine()
456 void SalGraphics::DrawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry, const OutputDevice *pOut… in DrawPolygon()
469 void SalGraphics::DrawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPt… in DrawPolyPolygon()
493 bool SalGraphics::DrawPolyPolygon( const ::basegfx::B2DPolyPolygon& i_rPolyPolygon, double i_fTrans… in DrawPolyPolygon()
506 bool SalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double /*fTransparency*/) in drawPolyPolygon()
511 sal_Bool SalGraphics::DrawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uIn… in DrawPolyLineBezier()
526 sal_Bool SalGraphics::DrawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt… in DrawPolygonBezier()
541 sal_Bool SalGraphics::DrawPolyPolygonBezier( sal_uInt32 i_nPoly, const sal_uInt32* i_pPoints, in DrawPolyPolygonBezier()
568 bool SalGraphics::DrawPolyLine( in DrawPolyLine()
587 void SalGraphics::CopyArea( long nDestX, long nDestY, in CopyArea()
599 void SalGraphics::CopyBits( const SalTwoRect& rPosAry, in CopyBits()
600SalGraphics* pSrcGraphics, const OutputDevice *pOutDev, const OutputDevice *pSrcOutDev ) in CopyBits()
615 void SalGraphics::DrawBitmap( const SalTwoRect& rPosAry, in DrawBitmap()
627 void SalGraphics::DrawBitmap( const SalTwoRect& rPosAry, in DrawBitmap()
640 void SalGraphics::DrawBitmap( const SalTwoRect& rPosAry, in DrawBitmap()
653 void SalGraphics::DrawMask( const SalTwoRect& rPosAry, in DrawMask()
666 SalBitmap* SalGraphics::GetBitmap( long nX, long nY, long nWidth, long nHeight, const OutputDevice … in GetBitmap()
672 SalColor SalGraphics::GetPixel( long nX, long nY, const OutputDevice *pOutDev ) in GetPixel()
678 void SalGraphics::Invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags, const Outp… in Invert()
684 void SalGraphics::Invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags, const Outpu… in Invert()
697 sal_Bool SalGraphics::DrawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong n… in DrawEPS()
704 sal_Bool SalGraphics::HitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … in HitTestNativeControl()
719 void SalGraphics::mirror( ControlType , const ImplControlValue& rVal, const OutputDevice* pOutDev, … in mirror()
754 sal_Bool SalGraphics::DrawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rCo… in DrawNativeControl()
771 sal_Bool SalGraphics::DrawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle&… in DrawNativeControlText()
788 sal_Bool SalGraphics::GetNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle… in GetNativeControlRegion()
816 bool SalGraphics::DrawAlphaBitmap( const SalTwoRect& rPosAry, in DrawAlphaBitmap()
831 bool SalGraphics::DrawTransformedBitmap( in DrawTransformedBitmap()
857 bool SalGraphics::DrawAlphaRect( long nX, long nY, long nWidth, long nHeight, in DrawAlphaRect()
866 bool SalGraphics::filterText( const String&, String&, xub_StrLen, xub_StrLen&, xub_StrLen&, xub_Str… in filterText()
871 void SalGraphics::AddDevFontSubstitute( OutputDevice* pOutDev, in AddDevFontSubstitute()