Home
last modified time | relevance | path

Searched refs:nHorSeg (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx264 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 …]
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx83 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,
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx246 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