Searched refs:nXFact (Results 1 – 2 of 2) sorted by relevance
710 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag() local712 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()713 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()714 if (bHor) ndy=long(ndy0*nXFact); in movePathDrag()731 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag() local733 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()734 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()735 if (bHor) ndy=long(ndy0*nXFact); in movePathDrag()
941 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in ImpEvalDrag() local943 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in ImpEvalDrag()944 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in ImpEvalDrag()945 if (bHor) ndy=long(ndy0*nXFact); in ImpEvalDrag()
Completed in 56 milliseconds