Home
last modified time | relevance | path

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

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

Completed in 64 milliseconds