Home
last modified time | relevance | path

Searched refs:nDistSteps (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx54 const sal_uInt32 nDistSteps(basegfx::fround(fDelta / (fDiscreteUnit * 1.5))); in calculateStepsForSvgGradient() local
56 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient()
/aoo42x/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx92 const sal_uInt32 nDistSteps(basegfx::fround(fDelta / fDiscreteUnit)); in calculateStepsForSvgGradient() local
94 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient()

Completed in 37 milliseconds