Searched refs:nVertices (Results 1 – 7 of 7) sorted by relevance
46 for( sal_uInt32 k(0), nVertices(rPoly.count()); in setupGlobalEdgeTable() local47 k<nVertices; in setupGlobalEdgeTable()51 const basegfx::B2DPoint& rP2( rPoly.getB2DPoint( (k + 1) % nVertices ) ); in setupGlobalEdgeTable()
524 const sal_uInt32 nVertices( aPoly.count() ); in implDrawPolygon() local525 for( sal_uInt32 i=1; i<nVertices; ++i ) in implDrawPolygon()533 if( nVertices > 1 && aPoly.isClosed() ) in implDrawPolygon()534 implRenderLine2( basegfx::fround(aPoly.getB2DPoint(nVertices-1)), in implDrawPolygon()
303 sal_Int32 nVertices = 0; in Commit() local319 nVertices ++; in Commit()329 nVertices ++; in Commit()350 aBuf.append("8;").append((sal_Int32)nVertices); in Commit()
395 for( sal_uInt32 k(0), nVertices(rPoly.count()); in init() local396 k<nVertices; in init()400 const B2DPoint& rP2( rPoly.getB2DPoint( (k + 1) % nVertices ) ); in init()
68 sal_uInt32 nVertices; member
754 if ( !pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in MergeDefaultAttributes()758 sal_Int32 i, nCount = pDefCustomShape->nVertices; in MergeDefaultAttributes()1187 if ( pAny && pDefCustomShape && pDefCustomShape->nVertices && pDefCustomShape->pVertices ) in IsDefaultGeometry()1192 sal_Int32 i, nCount = pDefCustomShape->nVertices; in IsDefaultGeometry()1203 …else if ( pDefCustomShape && ( ( pDefCustomShape->nVertices == 0 ) || ( pDefCustomShape->pVertices… in IsDefaultGeometry()
1557 sal_Int32 j, nCount = pDefCustomShape->nVertices;//==3 in CreateSubPath()
Completed in 73 milliseconds