Lines Matching refs:nNeed
1312 long nNeed=long(BigInt(nHgt0)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() local
1313 if (bYNeg) nNeed=-nNeed; in ImpDragCalcRect()
1314 if (bTop) aTmpRect.Top()=aTmpRect.Bottom()-nNeed; in ImpDragCalcRect()
1315 if (bBtm) aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect()
1317 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect() local
1318 if (bXNeg) nNeed=-nNeed; in ImpDragCalcRect()
1319 if (bLft) aTmpRect.Left()=aTmpRect.Right()-nNeed; in ImpDragCalcRect()
1320 if (bRgt) aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect()
1325 long nNeed=long(BigInt(nHgt0b)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() local
1326 aTmpRect.Top()-=(nNeed-nHgt0b)/2; in ImpDragCalcRect()
1327 aTmpRect.Bottom()=aTmpRect.Top()+nNeed; in ImpDragCalcRect()
1331 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect() local
1332 aTmpRect.Left()-=(nNeed-nWdt0b)/2; in ImpDragCalcRect()
1333 aTmpRect.Right()=aTmpRect.Left()+nNeed; in ImpDragCalcRect()