Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx385 double fIncrementY(0.0); in appendTransformationsAndColors() local
389 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
390 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
395 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
404 fHeight -= fIncrementY; in appendTransformationsAndColors()
521 double fIncrementY(0.0); in appendTransformationsAndColors() local
525 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
526 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
531 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
540 fHeight -= fIncrementY; in appendTransformationsAndColors()

Completed in 15 milliseconds