Lines Matching refs:aDenom2
481 BigInt aDenom2( aDenom ); in ImplPixelToLogic() local
486 aDenom2 /= BigInt(2); in ImplPixelToLogic()
487 aNum += aDenom2; in ImplPixelToLogic()
491 aDenom2 -= 1; in ImplPixelToLogic()
492 aDenom2 /= BigInt(2); in ImplPixelToLogic()
493 aNum -= aDenom2; in ImplPixelToLogic()
500 aDenom2 += 1; in ImplPixelToLogic()
501 aDenom2 /= BigInt(2); in ImplPixelToLogic()
502 aNum -= aDenom2; in ImplPixelToLogic()
506 aDenom2 /= BigInt(2); in ImplPixelToLogic()
507 aNum += aDenom2; in ImplPixelToLogic()