Home
last modified time | relevance | path

Searched refs:nPolys (Results 1 – 6 of 6) sorted by path

/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx304 const sal_Int32 nPolys( xPoly->getNumberOfPolygons() ); in b2DPolyPolygonFromXPolyPolygon2D() local
314 nPolys, in b2DPolyPolygonFromXPolyPolygon2D()
338 nPolys, in b2DPolyPolygonFromXPolyPolygon2D()
H A Dunopolypolygon.cxx70 const sal_Int32 nPolys( polyPolygon->getNumberOfPolygons() ); in addPolyPolygon() local
72 if( !polyPolygon.is() || !nPolys ) in addPolyPolygon()
100 nPolys, in addPolyPolygon()
122 nPolys, in addPolyPolygon()
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx80 const sal_Int32 nPolys( xPoly->getNumberOfPolygons() ); in polyPolygonFromXPolyPolygon2D() local
92 nPolys, in polyPolygonFromXPolyPolygon2D()
110 nPolys, in polyPolygonFromXPolyPolygon2D()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx585 sal_uInt16 nPolys = rPolyPolygon.Count(); in ImplMap() local
586 for ( sal_uInt16 i = 0; i < nPolys; ImplMap( rPolyPolygon[ i++ ] ) ) ; in ImplMap()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx451 sal_uInt16 nPolys = (sal_uInt16) DataX.getLength(); in drawPolyPolygon() local
452 PolyPolygon aPolyPoly( nPolys ); in drawPolyPolygon()
453 for ( sal_uInt16 n = 0; n < nPolys; n++ ) in drawPolyPolygon()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx230 sal_uInt16 i, nPolys = rPolyPoly.Count(); in ImplSubdivideBezier() local
231 PolyPolygon aPolyPoly( nPolys ); in ImplSubdivideBezier()
232 for( i=0; i<nPolys; ++i ) in ImplSubdivideBezier()

Completed in 51 milliseconds