Searched refs:rPolyLine (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 980 const ::basegfx::B2DPolygon& rPolyLine, in drawPolyLine() 987 const int nPointCount = rPolyLine.count(); in drawPolyLine() 1036 AddPolygonToPath( xPath, rPolyLine, rPolyLine.isClosed(), !getAntiAliasB2DDraw(), true ); in drawPolyLine()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 153 void WinMtfPathObj::AddPolyLine( const Polygon& rPolyLine ) in AddPolyLine() argument 158 rPoly.Insert( rPoly.GetSize(), rPolyLine ); in AddPolyLine()
|
/trunk/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 441 …SAL_DLLPRIVATE void ImplGetEmphasisMark( PolyPolygon& rPolyPoly, sal_Bool& rPolyLine, Rectangle&…
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4234 void OutputDevice::ImplGetEmphasisMark( PolyPolygon& rPolyPoly, sal_Bool& rPolyLine, in ImplGetEmphasisMark() argument 4275 rPolyLine = sal_False; in ImplGetEmphasisMark() 4316 rPolyLine = sal_True; in ImplGetEmphasisMark()
|
Completed in 446 milliseconds