Searched refs:nDistSteps (Results 1 – 2 of 2) sorted by relevance
54 const sal_uInt32 nDistSteps(basegfx::fround(fDelta / (fDiscreteUnit * 1.5))); in calculateStepsForSvgGradient() local56 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient()
92 const sal_uInt32 nDistSteps(basegfx::fround(fDelta / fDiscreteUnit)); in calculateStepsForSvgGradient() local94 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient()
Completed in 35 milliseconds