Searched refs:nYFact (Results 1 – 2 of 2) sorted by relevance
709 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in movePathDrag() local710 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()711 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()713 if (bVer) ndx=long(ndx0*nYFact); in movePathDrag()730 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in movePathDrag() local731 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()732 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()734 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()