Home
last modified time | relevance | path

Searched refs:getAspectRatio (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/drawinglayer/source/texture/
H A Dtexture.cxx334 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()
/AOO41X/main/basegfx/inc/basegfx/tools/
H A Dgradienttools.hxx96 mfAspectRatio(rODFGradientInfo.getAspectRatio()), in ODFGradientInfo()
105 mfAspectRatio = rODFGradientInfo.getAspectRatio(); in operator =()
116 double getAspectRatio() const { return mfAspectRatio; } in getAspectRatio() function in basegfx::ODFGradientInfo
/AOO41X/main/basegfx/source/tools/
H A Dgradienttools.cxx37 && getAspectRatio() == rODFGradientInfo.getAspectRatio() in operator ==()
/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx804 aProp.Value <<= aGradInfo.getAspectRatio(); in createGradientAction()