Home
last modified time | relevance | path

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

/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper.cxx426 const PolyPolygon aVCLPolyPoly( aStrokedPolyPoly ); in strokePolyPolygon() local
435 sal_uInt16 nSize( aVCLPolyPoly.Count() ); in strokePolyPolygon()
440 mpOutDev->getOutDev().DrawPolygon( aVCLPolyPoly[i] ); in strokePolyPolygon()
442 mp2ndOutDev->getOutDev().DrawPolygon( aVCLPolyPoly[i] ); in strokePolyPolygon()
444 const sal_uInt16 nPolySize = aVCLPolyPoly[i].GetSize(); in strokePolyPolygon()
446 Point rPrevPoint = aVCLPolyPoly[i].GetPoint( 0 ); in strokePolyPolygon()
450 rPoint = aVCLPolyPoly[i].GetPoint( j ); in strokePolyPolygon()

Completed in 24 milliseconds