Lines Matching refs:X11SalGraphics

94 X11SalGraphics::X11SalGraphics()  in X11SalGraphics()  function in X11SalGraphics
153 X11SalGraphics::~X11SalGraphics() in ~X11SalGraphics()
161 void X11SalGraphics::freeResources() in freeResources()
188 void X11SalGraphics::SetDrawable( Drawable aDrawable, int nScreen ) in SetDrawable()
218 void X11SalGraphics::Init( SalFrame *pFrame, Drawable aTarget, int nScreen ) in Init()
243 void X11SalGraphics::DeInit() in DeInit()
249 void X11SalGraphics::SetClipRegion( GC pGC, XLIB_Region pXReg ) const in SetClipRegion()
280 GC X11SalGraphics::SelectPen() in SelectPen()
309 GC X11SalGraphics::SelectBrush() in SelectBrush()
357 GC X11SalGraphics::GetTrackingGC() in GetTrackingGC()
389 void X11SalGraphics::DrawLines( sal_uLong nPoints, in DrawLines()
429 BOOL X11SalGraphics::GetDitherPixmap( SalColor nSalColor ) in GetDitherPixmap()
506 void X11SalGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) // const in GetResolution()
540 sal_uInt16 X11SalGraphics::GetBitCount() // const in GetBitCount()
546 long X11SalGraphics::GetGraphicsWidth() const in GetGraphicsWidth()
557 long X11SalGraphics::GetGraphicsHeight() const in GetGraphicsHeight()
568 void X11SalGraphics::ResetClipRegion() in ResetClipRegion()
587 bool X11SalGraphics::setClipRegion( const Region& i_rClip ) in setClipRegion()
655 void X11SalGraphics::SetLineColor() in SetLineColor()
665 void X11SalGraphics::SetLineColor( SalColor nSalColor ) in SetLineColor()
676 void X11SalGraphics::SetFillColor() in SetFillColor()
687 void X11SalGraphics::SetFillColor( SalColor nSalColor ) in SetFillColor()
718 void X11SalGraphics::SetROPLineColor( SalROPColor nROPColor ) in SetROPLineColor()
737 void X11SalGraphics::SetROPFillColor( SalROPColor nROPColor ) in SetROPFillColor()
757 void X11SalGraphics::SetXORMode( bool bSet, bool ) in SetXORMode()
775 void X11SalGraphics::drawPixel( long nX, long nY ) in drawPixel()
781 void X11SalGraphics::drawPixel( long nX, long nY, SalColor nSalColor ) in drawPixel()
810 void X11SalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine()
828 void X11SalGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect()
846 void X11SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry ) in drawPolyLine()
852 void X11SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry, bool bClose ) in drawPolyLine()
863 void X11SalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
930 void X11SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, in drawPolyPolygon()
979 sal_Bool X11SalGraphics::drawPolyLineBezier( sal_uInt32, const SalPoint*, const BYTE* ) in drawPolyLineBezier()
986 sal_Bool X11SalGraphics::drawPolygonBezier( sal_uInt32, const SalPoint*, const BYTE* ) in drawPolygonBezier()
993 sal_Bool X11SalGraphics::drawPolyPolygonBezier( sal_uInt32, const sal_uInt32*, in drawPolyPolygonBezier()
1001 void X11SalGraphics::invert( sal_uInt32 nPoints, in invert()
1028 BOOL X11SalGraphics::drawEPS( long,long,long,long,void*,sal_uLong ) in drawEPS()
1035 XID X11SalGraphics::GetXRenderPicture() in GetXRenderPicture()
1078 SystemGraphicsData X11SalGraphics::GetGraphicsData() const in GetGraphicsData()
1096 bool X11SalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rOrigPolyPoly, double fTrans… in drawPolyPolygon()
1142 bool X11SalGraphics::drawFilledTrapezoids( const ::basegfx::B2DTrapezoid* pB2DTraps, int nTrapCount… in drawFilledTrapezoids()
1212 bool X11SalGraphics::drawPolyLine( in drawPolyLine()