Home
last modified time | relevance | path

Searched refs:nPointCount (Results 1 – 25 of 79) sorted by last modified time

1234

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx458 const int nPointCount = rPolygon.count(); in AddPolygonToPath() local
459 if( nPointCount <= 0 ) in AddPolygonToPath()
469 if( nPointIdx >= nPointCount ) in AddPolygonToPath()
472 if( bClosePath && (nPointIdx == nPointCount) ) in AddPolygonToPath()
987 const int nPointCount = rPolyLine.count(); in drawPolyLine() local
988 if( nPointCount <= 0 ) in drawPolyLine()
H A Dctfonts.cxx226 const int nPointCount = rPolygon.count(); in MyCGPathApplierFunc() local
232 if( nPointCount > 0 ) { in MyCGPathApplierFunc()
244 …rPolygon.setNextControlPoint( nPointCount-1, basegfx::B2DPoint( pElement->points[0].x, -pElement->… in MyCGPathApplierFunc()
245 …rPolygon.setPrevControlPoint( nPointCount+0, basegfx::B2DPoint( pElement->points[1].x, -pElement->… in MyCGPathApplierFunc()
248 const basegfx::B2DPoint aStartPt = rPolygon.getB2DPoint( nPointCount-1 ); in MyCGPathApplierFunc()
254 rPolygon.setNextControlPoint( nPointCount-1, aCtrPt1 ); in MyCGPathApplierFunc()
255 rPolygon.setPrevControlPoint( nPointCount+0, aCtrPt2 ); in MyCGPathApplierFunc()
H A Datsfonts.cxx280 const sal_uInt32 nPointCount = rPolygon.count(); in GgoCurveToProc() local
282 rPolygon.setNextControlPoint( nPointCount-1, aB2DControlPoint1 ); in GgoCurveToProc()
286 rPolygon.setPrevControlPoint( nPointCount, aB2DControlPoint2 ); in GgoCurveToProc()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx630 const sal_uInt16 nPointCount(rOrig.GetPointCount()); in movePathDrag() local
631 sal_Bool bClosed(rOrig[0] == rOrig[nPointCount-1]); in movePathDrag()
637 if(nPointCount > 0 && !nPointIndex && bClosed) in movePathDrag()
639 rMove[nPointCount - 1] = rOrig[nPointCount - 1] + aDelta; in movePathDrag()
643 if(nPointCount > 1 && rOrig.IsControl(nPointCount - 2)) in movePathDrag()
644 rMove[nPointCount - 2] = rOrig[nPointCount - 2] + aDelta; in movePathDrag()
1951 sal_uInt32 nPointCount(0L); in TakeObjNameSingul() local
2707 const sal_uInt32 nPointCount(aCandidate.count()); in RipPoint() local
2709 if(nPointCount) in RipPoint()
2720 rNewPt0Index = (nPointCount - nPnt) % nPointCount; in RipPoint()
[all …]
H A Dsvdoashp.cxx2093 sal_uInt16 nPointCount=aPoly.GetSize(); in ImpCheckCustomGluePointsAreAdded() local
2094 for (sal_uInt16 i=0; i<nPointCount; i++) in ImpCheckCustomGluePointsAreAdded()
H A Dsvddrgmt.cxx451 sal_uInt32 nPointCount(0); in createSdrDragEntries_PolygonDrag() local
463 nPointCount += aNewPolyPolygon.getB2DPolygon(b).count(); in createSdrDragEntries_PolygonDrag()
466 if(nPointCount > getSdrDragView().GetDragXorPointLimit()) in createSdrDragEntries_PolygonDrag()
H A Dsvdpoev.cxx460 const sal_uInt16 nPointCount(aPathPolygon.GetSize()); in IsRipUpAtMarkedPointsPossible() local
462 if(nPointCount >= 3) in IsRipUpAtMarkedPointsPossible()
470 bRetval = (nMarkedPointNum > 0 && nMarkedPointNum < nPointCount - 1); in IsRipUpAtMarkedPointsPossible()
501 const sal_uInt16 nPointCount(rPathPolygon.GetSize()); in IsOpenCloseMarkedObjectsPossible() local
503 bRetval = (nPointCount >= 3); in IsOpenCloseMarkedObjectsPossible()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1510 sal_uInt16 nPointCount = rPolygon.GetSize(); in ImplAddPath() local
1511 if ( nPointCount > 1 ) in ImplAddPath()
1514 while ( i < nPointCount ) in ImplAddPath()
1517 && ( ( i + 2 ) < nPointCount ) in ImplAddPath()
1603 sal_uInt16 i, nPointCount = rPoly.GetSize(); in ImplPolyLine() local
1604 if ( nPointCount ) in ImplPolyLine()
1606 if ( nPointCount > 1 ) in ImplPolyLine()
1610 while ( i < nPointCount ) in ImplPolyLine()
1613 && ( ( i + 2 ) < nPointCount ) in ImplPolyLine()
1626 if( rPoly[ 0 ] == rPoly[ nPointCount-1 ] ) in ImplPolyLine()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx106 sal_uInt16 nPoly, nPoint, nPointCount; in map() local
110 nPointCount = rPoly.GetSize(); in map()
112 for( nPoint = 0; nPoint < nPointCount; nPoint++ ) in map()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1185 const sal_uInt32 nPointCount(aPoly.count()); in B2DPolyPolygonToSvxPointSequenceSequence() local
1189 pOuterSequence->realloc(bIsClosed ? nPointCount + 1 : nPointCount); in B2DPolyPolygonToSvxPointSequenceSequence()
1194 for(sal_uInt32 b(0L); b < nPointCount; b++) in B2DPolyPolygonToSvxPointSequenceSequence()
H A Dunoshap3.cxx816 sal_Int32 nPointCount(aPoly.count()); in B3dPolyPolygon_to_PolyPolygonShape3D() local
817 if(aPoly.isClosed()) nPointCount++; in B3dPolyPolygon_to_PolyPolygonShape3D()
818 pOuterSequenceX->realloc(nPointCount); in B3dPolyPolygon_to_PolyPolygonShape3D()
819 pOuterSequenceY->realloc(nPointCount); in B3dPolyPolygon_to_PolyPolygonShape3D()
820 pOuterSequenceZ->realloc(nPointCount); in B3dPolyPolygon_to_PolyPolygonShape3D()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx641 sal_uInt16 nPointCount = pPoly->GetSize(); in GetBoundRect() local
643 for ( sal_uInt16 i = 0; i < nPointCount; i++ ) in GetBoundRect()
H A Dpoly.cxx2125 const sal_uInt32 nPointCount(roPolygon.count()); in impCorrectContinuity() local
2126 OSL_ENSURE(nIndex < nPointCount, "impCorrectContinuity: index access out of range (!)"); in impCorrectContinuity()
2128 if(nIndex < nPointCount && (POLY_SMOOTH == nCFlag || POLY_SYMMTR == nCFlag)) in impCorrectContinuity()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx552 sal_uInt32 nPointCount = 0; in SolveSolver() local
564 if ( nC == nPointCount ) in SolveSolver()
586 nPointCount++; in SolveSolver()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx678 const sal_uInt16 nPointCount = rOutlinePoly.GetSize(); in FitTextOutlinesToShapeOutlines() local
679 if ( nPointCount > 1 ) in FitTextOutlinesToShapeOutlines()
682 vDistances.reserve( nPointCount ); in FitTextOutlinesToShapeOutlines()
739 const sal_uInt16 nPointCount = rOutlinePoly.GetSize(); in FitTextOutlinesToShapeOutlines() local
741 if ( ( nPointCount > 1 ) && ( nPointCount2 > 1 ) ) in FitTextOutlinesToShapeOutlines()
744 vDistances.reserve( nPointCount ); in FitTextOutlinesToShapeOutlines()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx1533 sal_Int32 nPointCount = rTickInfos.size(); in createTickMarkLineShapes() local
1534 drawing::PointSequenceSequence aPoints(2*nPointCount); in createTickMarkLineShapes()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx1161 const sal_uInt32 nPointCount(aSource.count()); in createLineTrapezoidFromB2DPolygon() local
1163 if(!nPointCount) in createLineTrapezoidFromB2DPolygon()
1168 const sal_uInt32 nEdgeCount(aSource.isClosed() ? nPointCount : nPointCount - 1); in createLineTrapezoidFromB2DPolygon()
1175 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in createLineTrapezoidFromB2DPolygon()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1643 const sal_uInt32 nPointCount(aCandidate.count()); in streamOutB2DPolyPolygon() local
1646 rOut << nPointCount; in streamOutB2DPolyPolygon()
1650 for(sal_uInt32 b(0L); b < nPointCount; b++) in streamOutB2DPolyPolygon()
1684 sal_uInt32 nPointCount; in streamInB2DPolyPolygon() local
1688 rIn >> nPointCount; in streamInB2DPolyPolygon()
1695 for(sal_uInt32 b(0L); b < nPointCount; b++) in streamInB2DPolyPolygon()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx2759 const sal_uInt32 nPointCount(aPolygon.count()); in GetChecksum() local
2762 for(sal_uInt32 b(0); b < nPointCount; b++) in GetChecksum()
H A Dpdfwriter_impl.cxx9214 const sal_uInt32 nPointCount(aPoly.count()); in drawPolyLine() local
9216 if(nPointCount) in drawPolyLine()
9218 const sal_uInt32 nEdgeCount(aPoly.isClosed() ? nPointCount : nPointCount - 1); in drawPolyLine()
9225 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in drawPolyLine()
H A Dcvtsvm.cxx385 if(nPointCount) in ImplWriteExtendedPolyPolygonAction()
388 nAllPointCount += nPointCount; in ImplWriteExtendedPolyPolygonAction()
392 nAllFlagCount += nPointCount; in ImplWriteExtendedPolyPolygonAction()
417 if(nPointCount) in ImplWriteExtendedPolyPolygonAction()
419 rOStm << nPointCount; in ImplWriteExtendedPolyPolygonAction()
459 sal_uInt16 nPointCount(0); in ImplReadExtendedPolyPolygonAction() local
460 rIStm >> nPointCount; in ImplReadExtendedPolyPolygonAction()
461 Polygon aCandidate(nPointCount); in ImplReadExtendedPolyPolygonAction()
463 if(nPointCount) in ImplReadExtendedPolyPolygonAction()
465 for(sal_uInt16 b(0); b < nPointCount; b++) in ImplReadExtendedPolyPolygonAction()
[all …]
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx146 const sal_uInt32 nPointCount(aCandidate.count()); in fillPolyPolygonNeededToBeSplit() local
152 bNeedToSplit = nPointCount > ((MAX_POLYGON_POINT_COUNT_METAFILE / 3L) - 1L); in fillPolyPolygonNeededToBeSplit()
157 bNeedToSplit = nPointCount > (MAX_POLYGON_POINT_COUNT_METAFILE - 1); in fillPolyPolygonNeededToBeSplit()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx350 const sal_uInt16 nPointCount(pnPoints[a]); in ReadRecordParams() local
351 Point* pPtAry = new Point[nPointCount]; in ReadRecordParams()
353 for(sal_uInt16 b(0); b < nPointCount && !pWMF->IsEof(); b++) in ReadRecordParams()
358 aPolyPoly.Insert(Polygon(nPointCount, pPtAry)); in ReadRecordParams()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx405 ::com::sun::star::chart2::XDataSeries >& xSeries, sal_Int32 nPointCount ) in NewDonutSeries()
409 m_aPointStyles.resize(nPointCount); in NewDonutSeries()
410 m_aSeriesStyles.resize(nPointCount); in NewDonutSeries()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx723 sal_uInt32 nPointCount(0L); in PolygonFromPolyPolygon() local
728 nPointCount += (sal_uInt32)rPolyPoly[a].GetSize(); in PolygonFromPolyPolygon()
731 if(nPointCount > 0x0000ffff) in PolygonFromPolyPolygon()
734 nPointCount = 0x0000ffff; in PolygonFromPolyPolygon()
737 Polygon aRetval((sal_uInt16)nPointCount); in PolygonFromPolyPolygon()
744 for(sal_uInt16 b(0); nAppendIndex <= nPointCount && b < rCandidate.GetSize(); b++) in PolygonFromPolyPolygon()

Completed in 351 milliseconds

1234