Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1534 sal_uInt32 nCurPoint = i % nPoints; in appendPolygon() local
1536 basegfx::B2DPoint aPoint( aPoly.getB2DPoint( nCurPoint ) ); in appendPolygon()
1538 aPoly.isPrevControlPointUsed( nCurPoint ) ) in appendPolygon()
1542 appendPixelPoint( aPoly.getPrevControlPoint( nCurPoint ), rBuffer ); in appendPolygon()
1554 else if( aPoly.isPrevControlPointUsed( nCurPoint ) ) in appendPolygon()
1556 appendPixelPoint( aPoly.getPrevControlPoint( nCurPoint ), rBuffer ); in appendPolygon()

Completed in 62 milliseconds