Searched refs:nYFact (Results 1 – 2 of 2) sorted by relevance
711 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in movePathDrag() local712 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()713 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()715 if (bVer) ndx=long(ndx0*nYFact); in movePathDrag()732 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in movePathDrag() local733 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()734 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()736 if (bVer) ndx=long(ndx0*nYFact); in movePathDrag()
942 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in ImpEvalDrag() local943 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in ImpEvalDrag()944 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in ImpEvalDrag()946 if (bVer) ndx=long(ndx0*nYFact); in ImpEvalDrag()
Completed in 35 milliseconds