Searched refs:nNumPoints (Results 1 – 7 of 7) sorted by relevance
1171 *pOS2MET >> nNumPoints; in ReadPolygons()1172 if (i==0) nNumPoints++; in ReadPolygons()1197 nNumPoints++; in ReadBezier()1199 if( !nNumPoints ) in ReadBezier()1212 if( !( nNumPoints % 4 ) ) in ReadBezier()1230 nNumPoints = nBezPos; in ReadBezier()1254 sal_uInt16 i,nNumPoints; in ReadFillet() local1256 if (bCoord32) nNumPoints=nOrderLen/8; else nNumPoints=nOrderLen/4; in ReadFillet()1276 sal_uInt16 i,nNumPoints; in ReadFilletSharp() local1300 sal_uInt16 i,nNumPoints; in ReadMarker() local[all …]
348 const sal_uInt32 nNumPoints( aOuterPoly.count() ); in fillPolygonalGradient() local349 ::Polygon aTempPoly( static_cast<sal_uInt16>(nNumPoints+1) ); in fillPolygonalGradient()397 for( p=0; p<nNumPoints; ++p ) in fillPolygonalGradient()427 ::Polygon aTempPoly2( static_cast<sal_uInt16>(nNumPoints+1) ); in fillPolygonalGradient()461 for( p=0; p<nNumPoints; ++p ) in fillPolygonalGradient()
794 sal_uInt32 nNumPoints = aPolygon.GetSize(); in DrawPolyPolygon() local797 pOuterSequence->realloc((sal_Int32)nNumPoints); in DrawPolyPolygon()798 pOuterFlags->realloc((sal_Int32)nNumPoints); in DrawPolyPolygon()804 for( sal_uInt16 b = 0; b < nNumPoints; b++ ) in DrawPolyPolygon()
328 sal_Int32 i, nNumPoints = aPoly.count(); in createAndInsert() local329 uno::Sequence< awt::Point > aPointSequence( nNumPoints ); in createAndInsert()331 for( i = 0; i < nNumPoints; ++i ) in createAndInsert()
91 const sal_uInt32 nNumPoints( rPoly.count() ); in pointSequenceFromB2DPolygon() local93 uno::Sequence< geometry::RealPoint2D > outputSequence( nNumPoints ); in pointSequenceFromB2DPolygon()98 for( i=0; i<nNumPoints; ++i ) in pointSequenceFromB2DPolygon()
331 const sal_uInt32 nNumPoints( aOuterPoly.count() ); in fillPolygonalGradient() local347 for( unsigned int p=1; p<nNumPoints; ++p ) in fillPolygonalGradient()
1283 sal_uInt16 nNumPoints,i,j,nOrderPoints; in METLine() local1287 i=0; nNumPoints=rPolygon.GetSize(); in METLine()1288 while (i<nNumPoints) { in METLine()1289 nOrderPoints=nNumPoints-i; in METLine()
Completed in 81 milliseconds