Searched refs:fInvZFactor (Results 1 – 1 of 1) sorted by relevance
180 const double fInvZFactor(basegfx::fTools::equalZero(fZFactor) ? 1.0 : 1.0 / fZFactor); in getTextureCoor() local181 rTarget.setX(maIntInvTexture.getX().getVal() * fInvZFactor); in getTextureCoor()182 rTarget.setY(maIntInvTexture.getY().getVal() * fInvZFactor); in getTextureCoor()
Completed in 14 milliseconds