Home
last modified time | relevance | path

Searched refs:nPoints (Results 1 – 25 of 64) sorted by path

123

/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx193 const sal_uInt32 nPoints( rPoly.count() ); in graphicsPathFromB2DPolygon() local
195 if( nPoints < 2 ) in graphicsPathFromB2DPolygon()
211 rPoints.resize( 3*nPoints + bClosedPolygon ); in graphicsPathFromB2DPolygon()
214 for( sal_uInt32 nCurrPoint=0; nCurrPoint<nPoints; ++nCurrPoint ) in graphicsPathFromB2DPolygon()
224 …onst ::basegfx::B2DPoint& rControlPointB( rPoly.getPrevControlPoint( (nCurrPoint + 1) % nPoints) ); in graphicsPathFromB2DPolygon()
279 rPoints.resize( nPoints ); in graphicsPathFromB2DPolygon()
281 for( sal_uInt32 nCurrPoint=0; nCurrPoint<nPoints; ++nCurrPoint ) in graphicsPathFromB2DPolygon()
288 if(bNoLineJoin && nPoints > 2) in graphicsPathFromB2DPolygon()
290 for(sal_uInt32 a(1); a < nPoints; a++) in graphicsPathFromB2DPolygon()
299 rOutput->AddLine(rPoints[nPoints - 1], rPoints[0]); in graphicsPathFromB2DPolygon()
[all …]
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx648 long nPoints = 10; in ImpSetStyleSheet() local
650 nPoints = 22; in ImpSetStyleSheet()
652 nPoints = 16; in ImpSetStyleSheet()
654 nPoints = 12; in ImpSetStyleSheet()
656 nPoints = 11; in ImpSetStyleSheet()
658 nPoints = OutputDevice::LogicToLogic( nPoints, MAP_POINT, eUnit ); in ImpSetStyleSheet()
659 SvxFontHeightItem aHeightItem( nPoints, 100, EE_CHAR_FONTHEIGHT ); in ImpSetStyleSheet()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx700 const sal_uInt16 nPoints(aPoly.GetSize()); in ImplWriteActions() local
703 for(sal_uInt16 a(0); a + 1 < nPoints; a++) in ImplWriteActions()
707 && a + 2 < nPoints in ImplWriteActions()
709 && a + 3 < nPoints) in ImplWriteActions()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx678 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolygon() local
691 pOuterSequence->realloc((sal_Int32)nPoints); in DrawPolygon()
696 for( sal_uInt16 n = 0; n < nPoints; n++ ) in DrawPolygon()
711 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolyLine() local
713 …if ( ( nPoints > 1 ) && ImplCreateShape( rtl::OUString::createFromAscii("com.sun.star.drawing.Poly… in DrawPolyLine()
724 pOuterSequence->realloc((sal_Int32)nPoints); in DrawPolyLine()
729 for( sal_uInt16 n = 0; n < nPoints; n++ ) in DrawPolyLine()
743 sal_uInt16 nPoints = rPolygon.GetSize(); in DrawPolybezier() local
756 pOuterSequence->realloc( nPoints ); in DrawPolybezier()
757 pOuterFlags->realloc( nPoints ); in DrawPolybezier()
[all …]
H A Dclass4.cxx134 Polygon aPolygon( (sal_uInt16)nPoints ); in ImplDoClass4()
135 for ( sal_uInt16 i = 0; i < nPoints; i++) in ImplDoClass4()
152 if ( ! ( nPoints & 1 ) ) in ImplDoClass4()
154 nPoints >>= 1; in ImplDoClass4()
158 Polygon aPolygon( nPoints ); in ImplDoClass4()
159 for ( sal_uInt16 i = 0; i < nPoints; i++ ) in ImplDoClass4()
271 Polygon aPolygon( nPoints ); in ImplDoClass4()
272 for ( sal_uInt16 i = 0; i < nPoints; i++) in ImplDoClass4()
287 sal_uInt16 nPoints = 0; in ImplDoClass4() local
300 Polygon aPolygon( nPoints ); in ImplDoClass4()
[all …]
H A Doutact.cxx109 sal_uInt16 nPoints = rPolygon.GetSize(); in RegPolyLine() local
110 if ( nPoints ) in RegPolyLine()
114 for ( sal_uInt16 i = 0; i < nPoints; i++ ) in RegPolyLine()
116 mpPoints[ mnIndex + i ] = rPolygon.GetPoint( nPoints - i - 1 ); in RegPolyLine()
117 mpFlags[ mnIndex + i ] = (sal_Int8)rPolygon.GetFlags( nPoints - i - 1 ); in RegPolyLine()
122 for ( sal_uInt16 i = 0; i < nPoints; i++ ) in RegPolyLine()
128 mnIndex = mnIndex + nPoints; in RegPolyLine()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx303 sal_uInt16 nPoints,i; in DrawCircleEntity() local
314 nPoints=OptPointsPerCircle; in DrawCircleEntity()
315 Polygon aPoly(nPoints); in DrawCircleEntity()
316 for (i=0; i<nPoints; i++) { in DrawCircleEntity()
325 Polygon aPoly2(nPoints); in DrawCircleEntity()
326 for (i=0; i<nPoints; i++) { in DrawCircleEntity()
344 sal_uInt16 nPoints,i; in DrawArcEntity() local
377 if (nPoints<2) nPoints=2; in DrawArcEntity()
378 Polygon aPoly(nPoints); in DrawArcEntity()
379 for (i=0; i<nPoints; i++) { in DrawArcEntity()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2012 for ( nBezPoints = nPoints = i = 0; i < nPolyCount; i++ ) in CreatePolygonProperties()
2015 nPoints = nPoints + k; in CreatePolygonProperties()
2022 sal_uInt32 nVerticesBufSize = ( nPoints << 2 ) + 6; in CreatePolygonProperties()
2032 *pPtr++ = (sal_uInt8)( nPoints ); // Little endian in CreatePolygonProperties()
2033 *pPtr++ = (sal_uInt8)( nPoints >> 8 ); in CreatePolygonProperties()
2034 *pPtr++ = (sal_uInt8)( nPoints ); in CreatePolygonProperties()
2035 *pPtr++ = (sal_uInt8)( nPoints >> 8 ); in CreatePolygonProperties()
2042 nPoints = aPolygon.GetSize(); in CreatePolygonProperties()
2069 nPoints = aPolygon.GetSize(); in CreatePolygonProperties()
2070 for ( i = 0; i < nPoints; i++ ) // Polyflags in Buffer schreiben in CreatePolygonProperties()
[all …]
/trunk/main/oox/inc/oox/drawingml/
H A Dtextspacing.hxx47 TextSpacing( sal_Int32 nPoints ) : nUnit( POINTS ), nValue( nPoints ), bHasValue( sal_True ){}; in TextSpacing() argument
/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx125 void setHeightPoints( sal_Int16 nPoints );
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx136 void AxFontData::setHeightPoints( sal_Int16 nPoints ) in setHeightPoints() argument
138 …mnFontHeight = getLimitedValue< sal_Int32, sal_Int32 >( ((nPoints * 4 + 1) / 3) * 15, 30, 4294967 … in setHeightPoints()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx196 double nPoints = nVal; in lcl_TwipsToPoints() local
197 return nPoints / 20; in lcl_TwipsToPoints()
3722 double nPoints = lcl_TwipsToPoints( nWidth ); in getCalcColWidth() local
3723 nPoints = lcl_Round2DecPlaces( nPoints ); in getCalcColWidth()
3724 return nPoints; in getCalcColWidth()
3732 double nPoints = lcl_TwipsToPoints( nWidth ); in getCalcRowHeight() local
3733 nPoints = lcl_Round2DecPlaces( nPoints ); in getCalcRowHeight()
3734 return nPoints; in getCalcRowHeight()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx690 sal_uInt32 nPoints(aPolygon.count()); in DoExecute() local
691 const ::basegfx::B2DPoint aNewB2DCenter(aPolygon.getB2DPoint(nPoints - 1L)); in DoExecute()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx179 int nPoints = aPoly.count(); in emitStructure() local
180 for( int n = 0; n < nPoints; n++ ) in emitStructure()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx345 const sal_uInt32 nPoints( aSubPath.count() ); in readPath() local
346 const basegfx::B2DPoint aCtrlA( aSubPath.getB2DPoint(nPoints-3) ); in readPath()
347 const basegfx::B2DPoint aCtrlB( aSubPath.getB2DPoint(nPoints-2) ); in readPath()
348 const basegfx::B2DPoint aEnd( aSubPath.getB2DPoint(nPoints-1) ); in readPath()
349 aSubPath.remove(nPoints-3, 3); in readPath()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx445 const int nPoints = pSub->getNumPoints(); in printPath() local
449 for( int n=0; n<nPoints; ++n ) in printPath()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1513 sal_uInt32 nPoints = aPoly.count(); in registerUserPaintPolygons() local
1515 if( nPoints > 1) in registerUserPaintPolygons()
1534 pOuterSequence->realloc(nPoints); in registerUserPaintPolygons()
1537 for( sal_uInt32 n = 0; n < nPoints; n++ ) in registerUserPaintPolygons()
/trunk/main/slideshow/source/engine/transitions/
H A Dfigurewipe.cxx101 FigureWipe * FigureWipe::createStarWipe( sal_Int32 nPoints ) in createStarWipe() argument
103 const double v = (M_PI / nPoints); in createStarWipe()
106 for ( sal_Int32 pos = 0; pos < nPoints; ++pos ) { in createStarWipe()
107 const double w = (pos * 2.0 * M_PI / nPoints); in createStarWipe()
H A Dfigurewipe.hxx38 static FigureWipe * createStarWipe( sal_Int32 nPoints );
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx606 Polygon aPoly(nPoints); in Draw()
608 for(i=0;i<nPoints;i++) aPoly.SetPoint(Point(EckP[i].x,EckP[i].y),i); in Draw()
630 Polygon aSpln(nPoints); in Draw()
632 for(i=0;i<nPoints;i++) aSpln.SetPoint(Point(EckP[i].x,EckP[i].y),i); in Draw()
902 aPoly.EckP=new PointType[aPoly.nPoints]; in DrawObjkList()
903 rInp.Read((char*)aPoly.EckP,4*aPoly.nPoints); in DrawObjkList()
905 for(short i=0;i<aPoly.nPoints;i++) SWAPPOINT(aPoly.EckP[i]); in DrawObjkList()
915 aSpln.EckP=new PointType[aSpln.nPoints]; in DrawObjkList()
916 rInp.Read((char*)aSpln.EckP,4*aSpln.nPoints); in DrawObjkList()
918 for(short i=0;i<aSpln.nPoints;i++) SWAPPOINT(aSpln.EckP[i]); in DrawObjkList()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx693 sal_uInt16 nPoints = 1; in ImplWritePath() local
694 while( ( nPoints + n ) < rPoly.GetSize() && ( rPoly.GetFlags( nPoints + n ) != POLY_CONTROL ) ) in ImplWritePath()
695 nPoints++; in ImplWritePath()
697 if ( nPoints > 1 ) in ImplWritePath()
700 Polygon aNewPoly( nPoints + 1 ); in ImplWritePath()
702 for ( o = 1; o <= nPoints; o++ ) in ImplWritePath()
705 (*mpStm) << (sal_uInt32)( nPoints ); in ImplWritePath()
716 n = n + nPoints; in ImplWritePath()
H A Denhwmf.cxx284 *pWMF >> nPoints; in ReadEnhWMF()
289 nPoints++; in ReadEnhWMF()
304 *pWMF >> nPoints; in ReadEnhWMF()
320 *pWMF >> nPoints; in ReadEnhWMF()
325 nPoints++; in ReadEnhWMF()
354 *pWMF >> nPoints; in ReadEnhWMF()
1137 *pWMF >> nPoints; in ReadEnhWMF()
1142 nPoints++; in ReadEnhWMF()
1157 *pWMF >> nPoints; in ReadEnhWMF()
1173 *pWMF >> nPoints; in ReadEnhWMF()
[all …]
H A Dwinmtf.cxx573 sal_uInt16 nPoints = rPolygon.GetSize(); in ImplMap() local
574 for ( sal_uInt16 i = 0; i < nPoints; i++ ) in ImplMap()
1439 sal_uInt16 nPoints = rPolygon.GetSize(); in DrawPolyBezier() local
1440 if ( ( nPoints >= 4 ) && ( ( ( nPoints - 4 ) % 3 ) == 0 ) ) in DrawPolyBezier()
1446 maActPos = rPolygon[ nPoints - 1 ]; in DrawPolyBezier()
1449 for ( i = 0; ( i + 2 ) < nPoints; ) in DrawPolyBezier()
H A Dwinwmf.cxx321 sal_uInt16 i,nPoints; in ReadRecordParams() local
322 *pWMF >> nPoints; in ReadRecordParams()
323 Polygon aPoly( nPoints ); in ReadRecordParams()
324 for( i = 0; i < nPoints; i++ ) in ReadRecordParams()
370 sal_uInt16 i,nPoints; in ReadRecordParams() local
371 *pWMF >> nPoints; in ReadRecordParams()
372 Polygon aPoly( nPoints ); in ReadRecordParams()
373 for( i = 0; i < nPoints; i++ ) in ReadRecordParams()
1300 *pStm >> nPoints; in GetPlaceableBound()
1314 nPoints = nPoints + nP; in GetPlaceableBound()
[all …]
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx187 sal_uInt8 nPoints; member in PolyType
204 sal_uInt8 nPoints; member in SplnType

Completed in 201 milliseconds

123