Searched refs:getAspectRatio (Results 1 – 4 of 4) sorted by relevance
334 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()337 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()342 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()470 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()473 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()478 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
96 mfAspectRatio(rODFGradientInfo.getAspectRatio()), in ODFGradientInfo()105 mfAspectRatio = rODFGradientInfo.getAspectRatio(); in operator =()116 double getAspectRatio() const { return mfAspectRatio; } in getAspectRatio() function in basegfx::ODFGradientInfo
37 && getAspectRatio() == rODFGradientInfo.getAspectRatio() in operator ==()
804 aProp.Value <<= aGradInfo.getAspectRatio(); in createGradientAction()