Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/svdraw/
H A Dsvdopath.cxx708 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag() local
710 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()
711 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()
712 if (bHor) ndy=long(ndy0*nXFact); in movePathDrag()
729 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag() local
731 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()
732 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()
733 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()