Lines Matching refs:OutputDevice

111 void SalGraphics::mirror( long& x, const OutputDevice *pOutDev, bool bBack ) const  in mirror()
123 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror()
147 void SalGraphics::mirror( long& x, long& nWidth, const OutputDevice *pOutDev, bool bBack ) const in mirror()
159 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; in mirror()
184 … sal_uInt32 nPoints, const SalPoint *pPtAry, SalPoint *pPtAry2, const OutputDevice *pOutDev, bool … in mirror()
198 OutputDevice *pOutDevRef = (OutputDevice*) pOutDev; 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()
325 OutputDevice *pOutDevRef = (OutputDevice*)i_pOutDev; in mirror()
339 basegfx::B2DPolygon SalGraphics::mirror( const basegfx::B2DPolygon& i_rPoly, const OutputDevice *i_… in mirror()
369 …on SalGraphics::mirror( const basegfx::B2DPolyPolygon& i_rPoly, const OutputDevice *i_pOutDev, boo… 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()
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 … sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry, const OutputDevice *pOutDev ) in DrawPolyPolygon()
493 … ::basegfx::B2DPolyPolygon& i_rPolyPolygon, double i_fTransparency, const OutputDevice* i_pOutDev ) in DrawPolyPolygon()
511 …sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* pFlgAry, const OutputDevice* pOutDev ) in DrawPolyLineBezier()
526 …sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* pFlgAry, const OutputDevice* pOutDev ) in DrawPolygonBezier()
542 …const SalPoint* const* i_pPtAry, const sal_uInt8* const* i_pFlgAry, const OutputDevice* i_pOutDev ) in DrawPolyPolygonBezier()
574 const OutputDevice* i_pOutDev ) in DrawPolyLine()
590 sal_uInt16 nFlags, const OutputDevice *pOutDev ) in CopyArea()
600 … SalGraphics* pSrcGraphics, const OutputDevice *pOutDev, const OutputDevice *pSrcOutDev ) in CopyBits()
616 const SalBitmap& rSalBitmap, const OutputDevice *pOutDev ) in DrawBitmap()
629 SalColor nTransparentColor, const OutputDevice *pOutDev ) in DrawBitmap()
642 const SalBitmap& rTransparentBitmap, const OutputDevice *pOutDev ) in DrawBitmap()
655 SalColor nMaskColor, const OutputDevice *pOutDev ) 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 …nvert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags, const OutputDevice *pOutDev ) in Invert()
684 …Invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags, const OutputDevice *pOutDev ) in Invert()
697 … nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong nSize, const OutputDevice *pOutDev ) in DrawEPS()
705 … const Point& aPos, sal_Bool& rIsInside, const OutputDevice *pOutDev ) in HitTestNativeControl()
719 void SalGraphics::mirror( ControlType , const ImplControlValue& rVal, const OutputDevice* pOutDev, … in mirror()
756 … const OUString& aCaption, const OutputDevice *pOutDev ) in DrawNativeControl()
773 … const OUString& aCaption, const OutputDevice *pOutDev ) in DrawNativeControlText()
790 … Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion, const OutputDevice *pOutDev ) in GetNativeControlRegion()
819 const OutputDevice *pOutDev ) in DrawAlphaBitmap()
837 const OutputDevice* pOutDev) in DrawTransformedBitmap()
858 sal_uInt8 nTransparency, const OutputDevice *pOutDev ) in DrawAlphaRect()
871 void SalGraphics::AddDevFontSubstitute( OutputDevice* pOutDev, in AddDevFontSubstitute()