Home
last modified time | relevance | path

Searched refs:drawPolygon (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx339 m_aDevice->drawPolygon( aRect, m_aLineColor, m_aDrawMode, m_aClipMap ); in drawRect()
353 m_aDevice->drawPolygon( aPoly, m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolyLine()
358 void SvpSalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon() function in SvpSalGraphics
374 m_aDevice->drawPolygon( aPoly, m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolygon()
411 … m_aDevice->drawPolygon( aPolyPoly.getB2DPolygon(i), m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolyPolygon()
H A Dsvpgdi.hxx131 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
H A Dsvppspgraphics.hxx143 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx246 void drawPolygon( const basegfx::B2DPolygon& rPoly,
267 void drawPolygon( const basegfx::B2DPolygon& rPoly,
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1179 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon() function in basebmp::BitmapDevice
1190 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon() function in basebmp::BitmapDevice
1197 drawPolygon(rPoly,lineColor,drawMode); in drawPolygon()
1209 getGenericRenderer()->drawPolygon( rPoly, lineColor, in drawPolygon()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.hxx42 void drawPolygon(VirtualDevice *dev, bool drawFrame, Polygon const &rect, Size const &pSize);
H A Dshape.cxx231 void drawPolygon(VirtualDevice *dev, bool drawFrame, Polygon const &orig, Size const &pSize) { in drawPolygon() function
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1105 pMask->drawPolygon( in Paint()
1124 pDevice->drawPolygon( aRect, aCol, basebmp::DrawMode_PAINT ); in Paint()
H A Dcliptest.cxx214 mpClipMask->drawPolygon( in SetUp()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx462 drawPolygon( nPoints, bCopied ? pPtAry2 : pPtAry ); in DrawPolygon()
466 drawPolygon( nPoints, pPtAry ); in DrawPolygon()
H A Dpdfwriter.cxx134 ((PDFWriterImpl*)pImplementation)->drawPolygon( rPoly ); in DrawPolygon()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java241 g.drawPolygon(arrow); in drawArrow()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h134 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
H A Dsalgdi.h282 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h166 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java392 g.drawPolygon(arrow); in drawArrow()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h194 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx133 …virtual void SAL_CALL drawPolygon( const ::com::sun::star::uno::Sequence< ::sal_Int32 >& DataX, co…
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h236 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
/trunk/main/vcl/inc/
H A Dsalgdi.hxx121 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) = 0;
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl166 [oneway] void drawPolygon( [in] sequence<long> DataX,
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx433 void VCLXGraphics::drawPolygon( const uno::Sequence< sal_Int32 >& DataX, const uno::Sequence< sal_I… in drawPolygon() function in VCLXGraphics
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx531 void Os2SalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon() function in Os2SalGraphics
H A Dsalgdi2.cxx782 drawPolygon( nPoints, pPtAry ); in invert()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx863 void X11SalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon() function in X11SalGraphics

Completed in 121 milliseconds

12