Home
last modified time | relevance | path

Searched refs:drawPolyLine (Results 1 – 24 of 24) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx846 void X11SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry ) in drawPolyLine() function in X11SalGraphics
848 drawPolyLine( nPoints, pPtAry, false ); in drawPolyLine()
852 void X11SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry, bool bClose ) in drawPolyLine() function in X11SalGraphics
974 drawPolyLine( pPoints[i], pPtAry[i], true ); in drawPolyPolygon()
1212 bool X11SalGraphics::drawPolyLine( in drawPolyLine() function in X11SalGraphics
H A Dpspgraphics.cxx404 void PspGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry ) in drawPolyLine() function in PspGraphics
428 bool PspGraphics::drawPolyLine( in drawPolyLine() function in PspGraphics
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx433 bool SalGraphics::drawPolyLine( in drawPolyLine() function in SalGraphics
449 drawPolyLine( nPoints, bCopied ? pPtAry2 : pPtAry ); in DrawPolyLine()
453 drawPolyLine( nPoints, pPtAry ); in DrawPolyLine()
580 bRet = drawPolyLine( aMirror, i_fTransparency, i_rLineWidth, i_eLineJoin, i_eLineCap ); in DrawPolyLine()
583 bRet = drawPolyLine( i_rPolygon, i_fTransparency, i_rLineWidth, i_eLineJoin, i_eLineCap ); in DrawPolyLine()
H A Dpdfwriter.cxx139 ((PDFWriterImpl*)pImplementation)->drawPolyLine( rPoly ); in DrawPolyLine()
174 ((PDFWriterImpl*)pImplementation)->drawPolyLine( rPoly, rInfo ); in DrawPolyLine()
179 ((PDFWriterImpl*)pImplementation)->drawPolyLine( rPoly, rInfo ); in DrawPolyLine()
H A Dpdfwriter_impl.hxx1236 void drawPolyLine( const Polygon& rPoly );
1237 void drawPolyLine( const Polygon& rPoly, const LineInfo& rInfo );
1238 void drawPolyLine( const Polygon& rPoly, const PDFWriter::ExtLineInfo& rInfo );
H A Dpdfwriter_impl.cxx7717 drawPolyLine( aPoly ); in drawEmphasisMark()
7981 drawPolyLine( aPoly, aInfo ); in drawLine()
9016 void PDFWriterImpl::drawPolyLine( const Polygon& rPoly ) in drawPolyLine() function in PDFWriterImpl
9036 void PDFWriterImpl::drawPolyLine( const Polygon& rPoly, const LineInfo& rInfo ) in drawPolyLine() function in PDFWriterImpl
9050 drawPolyLine( rPoly ); in drawPolyLine()
9057 drawPolyLine( rPoly, aInfo ); in drawPolyLine()
9135 void PDFWriterImpl::drawPolyLine( const Polygon& rPoly, const PDFWriter::ExtLineInfo& rInfo ) in drawPolyLine() function in PDFWriterImpl
9194 drawPolyLine( rPoly ); in drawPolyLine()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h280 void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, bool bClose );
281 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
287 virtual bool drawPolyLine(
H A Dpspgraphics.h133 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
139 virtual bool drawPolyLine(
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx124 virtual bool drawPolyLine(
130 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
H A Dsvppspgraphics.hxx142 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
145 virtual bool drawPolyLine(
H A Dsvpgdi.cxx344 void SvpSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() function in SvpSalGraphics
417 bool SvpSalGraphics::drawPolyLine( in drawPolyLine() function in SvpSalGraphics
H A Dsvppspgraphics.cxx338 void PspGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() function in PspGraphics
354 bool PspGraphics::drawPolyLine( in drawPolyLine() function in PspGraphics
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h165 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
169 virtual bool drawPolyLine(
/trunk/main/vcl/inc/win/
H A Dsalgdi.h193 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
197 virtual bool drawPolyLine(
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h235 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
242 virtual bool drawPolyLine(
/trunk/main/vcl/inc/
H A Dsalgdi.hxx120 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) = 0;
124 virtual bool drawPolyLine(
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx507 void Os2SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() function in Os2SalGraphics
684 bool Os2SalGraphics::drawPolyLine( in drawPolyLine() function in Os2SalGraphics
H A Dsalgdi2.cxx762 drawPolyLine( nPoints, pPtAry ); in invert()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx132 …virtual void SAL_CALL drawPolyLine( const ::com::sun::star::uno::Sequence< ::sal_Int32 >& DataX, c…
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx216 bool WinSalGraphics::drawPolyLine( in drawPolyLine() function in WinSalGraphics
H A Dsalgdi.cxx1424 void WinSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() function in WinSalGraphics
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl161 [oneway] void drawPolyLine( [in] sequence<long> DataX,
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx422 void VCLXGraphics::drawPolyLine( const uno::Sequence< sal_Int32 >& DataX, const uno::Sequence< sal_… in drawPolyLine() function in VCLXGraphics
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx767 void AquaSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() function in AquaSalGraphics
979 bool AquaSalGraphics::drawPolyLine( in drawPolyLine() function in AquaSalGraphics

Completed in 171 milliseconds