/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/ |
H A D | poly.cxx | 72 if ( rImpPoly.mnPoints ) in ImplPolygon() 84 mnPoints = rImpPoly.mnPoints; in ImplPolygon() 101 mnPoints = nInitSize; in ImplPolygon() 116 mnPoints = 0; in ImplPolygon() 168 mnPoints = 0; in ImplPolygon() 224 mnPoints = 0; in ImplPolygon() 309 mnPoints = 0; in ImplPolygon() 358 : mnPoints(0) in ImplPolygon() 492 return mnPoints == rCandidate.mnPoints && in operator ==() 560 memset(xNewFlagAry.get() + mnPoints, 0, nNewSize-mnPoints); in ImplSetSize() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/ |
H A D | poly.cxx | 71 if ( rImpPoly.mnPoints ) in ImplPolygon() 83 mnPoints = rImpPoly.mnPoints; in ImplPolygon() 100 mnPoints = nInitSize; in ImplPolygon() 115 mnPoints = 0; in ImplPolygon() 167 mnPoints = 0; in ImplPolygon() 223 mnPoints = 0; in ImplPolygon() 308 mnPoints = 0; in ImplPolygon() 355 : mnPoints(0) in ImplPolygon() 489 return mnPoints == rCandidate.mnPoints && in operator ==() 557 memset(xNewFlagAry.get() + mnPoints, 0, nNewSize-mnPoints); in ImplSetSize() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/glyphs/ |
H A D | freetype_glyphcache.cxx | 735 sal_uInt16 mnPoints; member in PolyArgs 746 mnPoints(0), in PolyArgs() 757 SAL_WARN_IF( (mnPoints >= mnMaxPoints), "vcl", "FTGlyphOutline: AddPoint overflow!" ); in AddPoint() 758 if( mnPoints >= mnMaxPoints ) in AddPoint() 763 mpPointAry[ mnPoints ] = Point( nX, nY ); in AddPoint() 764 mpFlagAry[ mnPoints++ ]= aFlag; in AddPoint() 775 SAL_WARN_IF( (mnPoints < 2), "vcl", "FTGlyphOutline: PolyFinishNum failed!" ); in ClosePolygon() 776 --mnPoints; in ClosePolygon() 777 …SAL_WARN_IF( (mpPointAry[0]!=mpPointAry[mnPoints]), "vcl", "FTGlyphOutline: PolyFinishEq failed!" … in ClosePolygon() 781 tools::Polygon aPoly( mnPoints, mpPointAry.get(), (bHasOffline ? mpFlagAry.get() : nullptr) ); in ClosePolygon() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/glyphs/ |
H A D | freetype_glyphcache.cxx | 749 sal_uInt16 mnPoints; member in __anon644b60d90411::PolyArgs 762 mnPoints(0), in PolyArgs() 773 SAL_WARN_IF( (mnPoints >= mnMaxPoints), "vcl", "FTGlyphOutline: AddPoint overflow!" ); in AddPoint() 774 if( mnPoints >= mnMaxPoints ) in AddPoint() 779 mpPointAry[ mnPoints ] = Point( nX, nY ); in AddPoint() 780 mpFlagAry[ mnPoints++ ]= aFlag; in AddPoint() 791 SAL_WARN_IF( (mnPoints < 2), "vcl", "FTGlyphOutline: PolyFinishNum failed!" ); in ClosePolygon() 792 --mnPoints; in ClosePolygon() 793 …SAL_WARN_IF( (mpPointAry[0]!=mpPointAry[mnPoints]), "vcl", "FTGlyphOutline: PolyFinishEq failed!" … in ClosePolygon() 797 tools::Polygon aPoly( mnPoints, mpPointAry.get(), (bHasOffline ? mpFlagAry.get() : nullptr) ); in ClosePolygon() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/inc/ |
H A D | poly.h | 31 sal_uInt16 mnPoints; variable 34 ImplPolygon() : mnPoints(0) {} in ImplPolygon()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/inc/ |
H A D | poly.h | 30 sal_uInt16 mnPoints; variable 33 ImplPolygon() : mnPoints(0) {} in ImplPolygon()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/ |
H A D | interpr3.cxx | 4975 mnPoints(raArray.size()/2), in ScComplexFFT2() 5002 return mrArray[mnPoints + nIdx]; in getImag() 5007 mrArray[mnPoints + nIdx] = fVal; in setImag() 5045 SCSIZE mnPoints; member in __anon3638892f0611::ScComplexFFT2 5058 SCSIZE nPoints = mnPoints; in prepare() 5060 assert(nPoints == mnPoints); in prepare() 5124 const SCSIZE nFliesInStage = mnPoints/2; in Compute() 5178 const SCSIZE mnPoints; member in __anon3638892f0711::ScComplexBluesteinFFT 5190 std::vector<double> aRealScalars(mnPoints); in Compute() 5191 std::vector<double> aImagScalars(mnPoints); in Compute() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/ |
H A D | interpr3.cxx | 4919 mnPoints(raArray.size()/2), in ScComplexFFT2() 4946 return mrArray[mnPoints + nIdx]; in getImag() 4951 mrArray[mnPoints + nIdx] = fVal; in setImag() 4989 SCSIZE mnPoints; member in ScComplexFFT2 5000 SCSIZE nPoints = mnPoints; in prepare() 5002 assert(nPoints == mnPoints); in prepare() 5066 const SCSIZE nFliesInStage = mnPoints/2; in Compute() 5118 const SCSIZE mnPoints; member in ScComplexBluesteinFFT 5128 std::vector<double> aRealScalars(mnPoints); in Compute() 5129 std::vector<double> aImagScalars(mnPoints); in Compute() [all …]
|