Home
last modified time | relevance | path

Searched refs:nXFact (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx710 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag() local
712 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() local
733 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()
H A Dsvdomeas.cxx941 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in ImpEvalDrag() local
943 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 33 milliseconds