Lines Matching refs:nNeed
135 long nNeed=long(BigInt(nHgt0)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() local
136 if (bYNeg) nNeed=-nNeed; in ImpDragCalcRect()
137 if (bTop) aTmpRect.Top()=aTmpRect.Bottom()-nNeed; in ImpDragCalcRect()
138 if (bBtm) aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect()
140 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect() local
141 if (bXNeg) nNeed=-nNeed; in ImpDragCalcRect()
142 if (bLft) aTmpRect.Left()=aTmpRect.Right()-nNeed; in ImpDragCalcRect()
143 if (bRgt) aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect()
148 long nNeed=long(BigInt(nHgt0b)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() local
149 aTmpRect.Top()-=(nNeed-nHgt0b)/2; in ImpDragCalcRect()
150 aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect()
154 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect() local
155 aTmpRect.Left()-=(nNeed-nWdt0b)/2; in ImpDragCalcRect()
156 aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect()