Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/ios2met/ !
H A Dios2met.cxx1163 sal_uInt32 i,j,nNumPolys, nNumPoints; in ReadPolygons() local
1171 *pOS2MET >> nNumPoints; in ReadPolygons()
1172 if (i==0) nNumPoints++; in ReadPolygons()
1173 aPoly.SetSize((short)nNumPoints); in ReadPolygons()
1174 for (j=0; j<nNumPoints; j++) { in ReadPolygons()
1178 if (i==nNumPolys-1 && j==nNumPoints-1) aAttr.aCurPos=aPoint; in ReadPolygons()
1194 sal_uInt16 i, nNumPoints = nOrderLen / ( bCoord32 ? 8 : 4 ); in ReadBezier() local
1197 nNumPoints++; in ReadBezier()
1199 if( !nNumPoints ) in ReadBezier()
1202 Polygon aPolygon( nNumPoints ); in ReadBezier()
[all …]
/AOO41X/main/canvas/source/vcl/ !
H A Dcanvashelper_texturefill.cxx348 const sal_uInt32 nNumPoints( aOuterPoly.count() ); in fillPolygonalGradient() local
349 ::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()
/AOO41X/main/filter/source/graphicfilter/icgm/ !
H A Dactimpr.cxx794 sal_uInt32 nNumPoints = aPolygon.GetSize(); in DrawPolyPolygon() local
797 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()
/AOO41X/main/oox/source/drawingml/ !
H A Dshape.cxx328 sal_Int32 i, nNumPoints = aPoly.count(); in createAndInsert() local
329 uno::Sequence< awt::Point > aPointSequence( nNumPoints ); in createAndInsert()
331 for( i = 0; i < nNumPoints; ++i ) in createAndInsert()
/AOO41X/main/basegfx/source/tools/ !
H A Dcanvastools.cxx91 const sal_uInt32 nNumPoints( rPoly.count() ); in pointSequenceFromB2DPolygon() local
93 uno::Sequence< geometry::RealPoint2D > outputSequence( nNumPoints ); in pointSequenceFromB2DPolygon()
98 for( i=0; i<nNumPoints; ++i ) in pointSequenceFromB2DPolygon()
/AOO41X/main/canvas/source/directx/ !
H A Ddx_canvashelper_texturefill.cxx331 const sal_uInt32 nNumPoints( aOuterPoly.count() ); in fillPolygonalGradient() local
347 for( unsigned int p=1; p<nNumPoints; ++p ) in fillPolygonalGradient()
/AOO41X/main/filter/source/graphicfilter/eos2met/ !
H A Deos2met.cxx1283 sal_uInt16 nNumPoints,i,j,nOrderPoints; in METLine() local
1287 i=0; nNumPoints=rPolygon.GetSize(); in METLine()
1288 while (i<nNumPoints) { in METLine()
1289 nOrderPoints=nNumPoints-i; in METLine()