Searched refs:nPolys (Results 1 – 6 of 6) sorted by relevance
70 const sal_Int32 nPolys( polyPolygon->getNumberOfPolygons() ); in addPolyPolygon() local72 if( !polyPolygon.is() || !nPolys ) in addPolyPolygon()100 nPolys, in addPolyPolygon()122 nPolys, in addPolyPolygon()
304 const sal_Int32 nPolys( xPoly->getNumberOfPolygons() ); in b2DPolyPolygonFromXPolyPolygon2D() local314 nPolys, in b2DPolyPolygonFromXPolyPolygon2D()338 nPolys, in b2DPolyPolygonFromXPolyPolygon2D()
80 const sal_Int32 nPolys( xPoly->getNumberOfPolygons() ); in polyPolygonFromXPolyPolygon2D() local92 nPolys, in polyPolygonFromXPolyPolygon2D()110 nPolys, in polyPolygonFromXPolyPolygon2D()
451 sal_uInt16 nPolys = (sal_uInt16) DataX.getLength(); in drawPolyPolygon() local452 PolyPolygon aPolyPoly( nPolys ); in drawPolyPolygon()453 for ( sal_uInt16 n = 0; n < nPolys; n++ ) in drawPolyPolygon()
230 sal_uInt16 i, nPolys = rPolyPoly.Count(); in ImplSubdivideBezier() local231 PolyPolygon aPolyPoly( nPolys ); in ImplSubdivideBezier()232 for( i=0; i<nPolys; ++i ) in ImplSubdivideBezier()
585 sal_uInt16 nPolys = rPolyPolygon.Count(); in ImplMap() local586 for ( sal_uInt16 i = 0; i < nPolys; ImplMap( rPolyPolygon[ i++ ] ) ) ; in ImplMap()
Completed in 63 milliseconds