/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 846 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 D | pspgraphics.cxx | 404 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 D | salgdilayout.cxx | 433 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 D | pdfwriter.cxx | 139 ((PDFWriterImpl*)pImplementation)->drawPolyLine( rPoly ); in DrawPolyLine() 174 ((PDFWriterImpl*)pImplementation)->drawPolyLine( rPoly, rInfo ); in DrawPolyLine() 179 ((PDFWriterImpl*)pImplementation)->drawPolyLine( rPoly, rInfo ); in DrawPolyLine()
|
H A D | pdfwriter_impl.hxx | 1236 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 D | pdfwriter_impl.cxx | 7717 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 D | salgdi.h | 280 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 D | pspgraphics.h | 133 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ); 139 virtual bool drawPolyLine(
|
/trunk/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 124 virtual bool drawPolyLine( 130 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
|
H A D | svppspgraphics.hxx | 142 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ); 145 virtual bool drawPolyLine(
|
H A D | svpgdi.cxx | 344 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 D | svppspgraphics.cxx | 338 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 D | salgdi.h | 165 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ); 169 virtual bool drawPolyLine(
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 193 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ); 197 virtual bool drawPolyLine(
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 235 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ); 242 virtual bool drawPolyLine(
|
/trunk/main/vcl/inc/ |
H A D | salgdi.hxx | 120 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) = 0; 124 virtual bool drawPolyLine(
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 507 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 D | salgdi2.cxx | 762 drawPolyLine( nPoints, pPtAry ); in invert()
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 132 …virtual void SAL_CALL drawPolyLine( const ::com::sun::star::uno::Sequence< ::sal_Int32 >& DataX, c…
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 216 bool WinSalGraphics::drawPolyLine( in drawPolyLine() function in WinSalGraphics
|
H A D | salgdi.cxx | 1424 void WinSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() function in WinSalGraphics
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 161 [oneway] void drawPolyLine( [in] sequence<long> DataX,
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 422 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 D | salgdi.cxx | 767 void AquaSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() function in AquaSalGraphics 979 bool AquaSalGraphics::drawPolyLine( in drawPolyLine() function in AquaSalGraphics
|