Home
last modified time | relevance | path

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

/aoo41x/main/drawinglayer/source/texture/
H A Dtexture.cxx332 double fIncrementY(0.0); in appendTransformationsAndColors() local
336 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
337 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
342 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
351 fHeight -= fIncrementY; in appendTransformationsAndColors()
468 double fIncrementY(0.0); in appendTransformationsAndColors() local
472 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
473 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
478 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
487 fHeight -= fIncrementY; in appendTransformationsAndColors()

Completed in 20 milliseconds