Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx390 sal_Int32 nFirstPoint(0); in getSubsetPolyPolygon() local
403 nFirstPoint = nPointIndex; in getSubsetPolyPolygon()
415 nLastPoint = nFirstPoint+nNumberOfPoints; in getSubsetPolyPolygon()
426 if( nFirstPoint < 0 || nFirstPoint >= nPolyCount ) in getSubsetPolyPolygon()
433 for( sal_Int32 j=nFirstPoint; j<nLastPoint; ++j ) in getSubsetPolyPolygon()