Lines Matching refs:tools

58 			const basegfx::B2DRange aRange(basegfx::tools::getRange(rSource));  in impScalePolyPolygonOnCenter()
86 const basegfx::B2DRange aRange(basegfx::tools::getRange(rPolygon)); in impGetOuterPolyPolygon()
87 rPolygon = basegfx::tools::growInNormalDirection(rPolygon, fOffset); in impGetOuterPolyPolygon()
88 const basegfx::B2DRange aGrownRange(basegfx::tools::getRange(rPolygon)); in impGetOuterPolyPolygon()
103 rOuterPolyPolygon = basegfx::tools::growInNormalDirection(rPolygon, -fOffset); in impGetOuterPolyPolygon()
104 basegfx::tools::correctGrowShrinkPolygonPair(rPolygon, rOuterPolyPolygon); in impGetOuterPolyPolygon()
136 const double fPolygonLengthA(basegfx::tools::getLength(aSubA)); in impAddInBetweenFill()
139 const double fPolygonLengthB(basegfx::tools::getLength(aSubB)); in impAddInBetweenFill()
338 if(basegfx::tools::findCut( in impHasCutWith()
403 const basegfx::B2DRange aBaseRange(basegfx::tools::getRange(aFront)); in createLatheSlices()
439 …basegfx::B2DPolyPolygon aNewPoly(bBackScale ? basegfx::tools::interpolate(aFront, aBack, fStep) : … in createLatheSlices()
613 aTexRangeFront = basegfx::tools::getRange(rSliceVector[0L].getB3DPolyPolygon()); in extractPlanesFromSlice()
614 aTexRangeBack = basegfx::tools::getRange(rSliceVector[nNumSlices - 1L].getB3DPolyPolygon()); in extractPlanesFromSlice()
626 …basegfx::B3DPoint aCenter(basegfx::tools::getRange(rSliceVector[0L].getB3DPolyPolygon()).getCenter… in extractPlanesFromSlice()
630 …const basegfx::B3DPoint aNextCenter(basegfx::tools::getRange(rSliceVector[(a + 1L) % nNumSlices].g… in extractPlanesFromSlice()
674 … aFront = basegfx::tools::applyDefaultTextureCoordinatesParallel(aFront, aTexRangeFront); in extractPlanesFromSlice()
770 aBack = basegfx::tools::applyDefaultTextureCoordinatesParallel(aBack, aTexRangeBack); in extractPlanesFromSlice()
870 aFront = basegfx::tools::applyDefaultTextureCoordinatesParallel(aFront, aTexRangeFront); in extractPlanesFromSlice()
916 …const basegfx::B2DPolygon a2DLoopA(basegfx::tools::createB2DPolygonFromB3DPolygon(rLoopA, aObjectT… in createReducedOutlines()
917 …const basegfx::B2DPolygon a2DLoopB(basegfx::tools::createB2DPolygonFromB3DPolygon(rLoopB, aObjectT… in createReducedOutlines()
938 if(!basegfx::tools::isInside(a2DLoopA, aMiddle)) in createReducedOutlines()
940 if(!basegfx::tools::isInside(a2DLoopB, aMiddle)) in createReducedOutlines()