Searched refs:getAspectRatio (Results 1 – 4 of 4) sorted by relevance
387 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()390 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()395 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()523 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()526 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()531 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
97 mfAspectRatio(rODFGradientInfo.getAspectRatio()), in ODFGradientInfo()106 mfAspectRatio = rODFGradientInfo.getAspectRatio(); in operator =()117 double getAspectRatio() const { return mfAspectRatio; } in getAspectRatio() function in basegfx::ODFGradientInfo
37 && getAspectRatio() == rODFGradientInfo.getAspectRatio() in operator ==()
804 aProp.Value <<= aGradInfo.getAspectRatio(); in createGradientAction()
Completed in 64 milliseconds