Home
last modified time | relevance | path

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

/aoo41x/main/drawinglayer/source/texture/
H A Dtexture.cxx331 double fIncrementX(0.0); in appendTransformationsAndColors() local
337 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
341 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
342 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
350 fWidth -= fIncrementX; in appendTransformationsAndColors()
467 double fIncrementX(0.0); in appendTransformationsAndColors() local
473 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
477 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
478 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
486 fWidth -= fIncrementX; in appendTransformationsAndColors()

Completed in 10 milliseconds