Lines Matching refs:Os2SalGraphics

77 void ImplSalInitGraphics( Os2SalGraphics* pData )  in ImplSalInitGraphics()
84 void ImplSalDeInitGraphics( Os2SalGraphics* pData ) in ImplSalDeInitGraphics()
90 Os2SalGraphics::Os2SalGraphics() in Os2SalGraphics() function in Os2SalGraphics
119 Os2SalGraphics::~Os2SalGraphics() in ~Os2SalGraphics()
154 void Os2SalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution()
168 USHORT Os2SalGraphics::GetBitCount() in GetBitCount()
177 long Os2SalGraphics::GetGraphicsWidth() const in GetGraphicsWidth()
201 void Os2SalGraphics::ResetClipRegion() in ResetClipRegion()
219 bool Os2SalGraphics::setClipRegion( const Region& i_rClip ) in setClipRegion()
307 void Os2SalGraphics::SetLineColor() in SetLineColor()
315 void Os2SalGraphics::SetLineColor( SalColor nSalColor ) in SetLineColor()
336 void Os2SalGraphics::SetFillColor() in SetFillColor()
344 void Os2SalGraphics::SetFillColor( SalColor nSalColor ) in SetFillColor()
365 void Os2SalGraphics::SetXORMode( bool bSet, bool ) in SetXORMode()
400 void Os2SalGraphics::SetROPLineColor( SalROPColor nROPColor ) in SetROPLineColor()
407 void Os2SalGraphics::SetROPFillColor( SalROPColor nROPColor ) in SetROPFillColor()
414 void Os2SalGraphics::drawPixel( long nX, long nY ) in drawPixel()
427 void Os2SalGraphics::drawPixel( long nX, long nY, SalColor nSalColor ) in drawPixel()
463 void Os2SalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine()
477 void Os2SalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect()
507 void Os2SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine()
531 void Os2SalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
599 void Os2SalGraphics::drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, in drawPolyPolygon()
676 bool Os2SalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double /*fTransparency*/ ) in drawPolyPolygon()
684 bool Os2SalGraphics::drawPolyLine( in drawPolyLine()
697 sal_Bool Os2SalGraphics::drawPolyLineBezier( sal_uInt32 /*nPoints*/, const SalPoint* pPtAry, const … in drawPolyLineBezier()
704 sal_Bool Os2SalGraphics::drawPolygonBezier( sal_uInt32 /*nPoints*/, const SalPoint* pPtAry, const s… in drawPolygonBezier()
711 sal_Bool Os2SalGraphics::drawPolyPolygonBezier( sal_uInt32 /*nPoly*/, const sal_uInt32* /*pPoints*/, in drawPolyPolygonBezier()
850 sal_Bool Os2SalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, ULONG nS… in drawEPS()
1041 sal_Bool Os2SalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported()
1048 SystemGraphicsData Os2SalGraphics::GetGraphicsData() const in GetGraphicsData()