Home
last modified time | relevance | path

Searched refs:SalPolyLine (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx61 class SalPolyLine class
66 inline SalPolyLine( sal_uLong nPoints );
67 inline SalPolyLine( sal_uLong nPoints, const SalPoint *p );
68 inline ~SalPolyLine();
73 inline SalPolyLine::SalPolyLine( sal_uLong nPoints ) in SalPolyLine() function in SalPolyLine
77 inline SalPolyLine::SalPolyLine( sal_uLong nPoints, const SalPoint *p ) in SalPolyLine() function in SalPolyLine
88 inline SalPolyLine::~SalPolyLine() in ~SalPolyLine()
390 const SalPolyLine &rPoints, in DrawLines()
856 SalPolyLine Points( nPoints, pPtAry ); in drawPolyLine()
881 SalPolyLine Points( nPoints, pPtAry ); in drawPolygon()
[all …]
/AOO41X/main/vcl/inc/unx/
H A Dsalgdi.h48 class SalPolyLine; variable
147 const SalPolyLine &rPoints,