Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx384 double fIncrementX(0.0); in appendTransformationsAndColors() local
390 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
394 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
395 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
403 fWidth -= fIncrementX; in appendTransformationsAndColors()
520 double fIncrementX(0.0); in appendTransformationsAndColors() local
526 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
530 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
531 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
539 fWidth -= fIncrementX; in appendTransformationsAndColors()

Completed in 11 milliseconds