Lines Matching refs:tools
55 const basegfx::B2DRange aRange(basegfx::tools::getRange(rSource)); in impScalePolyPolygonOnCenter()
83 const basegfx::B2DRange aRange(basegfx::tools::getRange(rPolygon)); in impGetOuterPolyPolygon()
84 rPolygon = basegfx::tools::growInNormalDirection(rPolygon, fOffset); in impGetOuterPolyPolygon()
85 const basegfx::B2DRange aGrownRange(basegfx::tools::getRange(rPolygon)); in impGetOuterPolyPolygon()
100 rOuterPolyPolygon = basegfx::tools::growInNormalDirection(rPolygon, -fOffset); in impGetOuterPolyPolygon()
101 basegfx::tools::correctGrowShrinkPolygonPair(rPolygon, rOuterPolyPolygon); in impGetOuterPolyPolygon()
133 const double fPolygonLengthA(basegfx::tools::getLength(aSubA)); in impAddInBetweenFill()
136 const double fPolygonLengthB(basegfx::tools::getLength(aSubB)); in impAddInBetweenFill()
335 if(basegfx::tools::findCut( in impHasCutWith()
400 const basegfx::B2DRange aBaseRange(basegfx::tools::getRange(aFront)); in createLatheSlices()
436 …basegfx::B2DPolyPolygon aNewPoly(bBackScale ? basegfx::tools::interpolate(aFront, aBack, fStep) : … in createLatheSlices()
610 aTexRangeFront = basegfx::tools::getRange(rSliceVector[0L].getB3DPolyPolygon()); in extractPlanesFromSlice()
611 … aTexRangeBack = basegfx::tools::getRange(rSliceVector[nNumSlices - 1L].getB3DPolyPolygon()); in extractPlanesFromSlice()
623 …basegfx::B3DPoint aCenter(basegfx::tools::getRange(rSliceVector[0L].getB3DPolyPolygon()).getCenter… in extractPlanesFromSlice()
627 …const basegfx::B3DPoint aNextCenter(basegfx::tools::getRange(rSliceVector[(a + 1L) % nNumSlices].g… in extractPlanesFromSlice()
671 … aFront = basegfx::tools::applyDefaultTextureCoordinatesParallel(aFront, aTexRangeFront); in extractPlanesFromSlice()
767 … aBack = basegfx::tools::applyDefaultTextureCoordinatesParallel(aBack, aTexRangeBack); in extractPlanesFromSlice()
867 … aFront = basegfx::tools::applyDefaultTextureCoordinatesParallel(aFront, aTexRangeFront); in extractPlanesFromSlice()
913 …const basegfx::B2DPolygon a2DLoopA(basegfx::tools::createB2DPolygonFromB3DPolygon(rLoopA, aObjectT… in createReducedOutlines()
914 …const basegfx::B2DPolygon a2DLoopB(basegfx::tools::createB2DPolygonFromB3DPolygon(rLoopB, aObjectT… in createReducedOutlines()
935 if(!basegfx::tools::isInside(a2DLoopA, aMiddle)) in createReducedOutlines()
937 if(!basegfx::tools::isInside(a2DLoopB, aMiddle)) in createReducedOutlines()