Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx180 const double fInvZFactor(basegfx::fTools::equalZero(fZFactor) ? 1.0 : 1.0 / fZFactor); in getTextureCoor() local
181 rTarget.setX(maIntInvTexture.getX().getVal() * fInvZFactor); in getTextureCoor()
182 rTarget.setY(maIntInvTexture.getY().getVal() * fInvZFactor); in getTextureCoor()

Completed in 11 milliseconds