Searched refs:nHorSeg (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basegfx/source/polygon/ |
H A D | b3dpolypolygontools.cxx | 264 sal_uInt32 nHorSeg, sal_uInt32 nVerSeg, in createUnitSpherePolyPolygon() argument 271 if(!nHorSeg) in createUnitSpherePolyPolygon() 273 nHorSeg = fround(fabs(fHorStop - fHorStart) / (F_2PI / 24.0)); in createUnitSpherePolyPolygon() 277 nHorSeg = ::std::min(nMaxSegments, ::std::max(nMinSegments, nHorSeg)); in createUnitSpherePolyPolygon() 297 const sal_uInt32 nLoopHorLimit(bHorClosed ? nHorSeg : nHorSeg + 1L); in createUnitSpherePolyPolygon() 343 sal_uInt32 nHorSeg, sal_uInt32 nVerSeg, in createSpherePolyPolygonFromB3DRange() argument 363 sal_uInt32 nHorSeg, sal_uInt32 nVerSeg, in createUnitSphereFillPolyPolygon() argument 370 if(!nHorSeg) in createUnitSphereFillPolyPolygon() 376 nHorSeg = ::std::min(nMaxSegments, ::std::max(nMinSegments, nHorSeg)); in createUnitSphereFillPolyPolygon() 393 for(sal_uInt32 b(0L); b < nHorSeg; b++) in createUnitSphereFillPolyPolygon() [all …]
|
/aoo42x/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolypolygontools.hxx | 83 sal_uInt32 nHorSeg = 0L, sal_uInt32 nVerSeg = 0L, 93 sal_uInt32 nHorSeg = 0L, sal_uInt32 nVerSeg = 0L, 101 sal_uInt32 nHorSeg = 0L, sal_uInt32 nVerSeg = 0L, 111 sal_uInt32 nHorSeg = 0L, sal_uInt32 nVerSeg = 0L,
|
/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 246 const sal_uInt32 nHorSeg(basegfx::fround((fAngle / F_2PI) * (double)nSegments)); in getLineJoinSegments() local 248 if(nHorSeg) in getLineJoinSegments() 251 …::B3DPolyPolygon aSphere(basegfx::tools::createUnitSphereFillPolyPolygon(nHorSeg, nVerSeg, true, F… in getLineJoinSegments()
|
Completed in 17 milliseconds