Lines Matching refs:bVLin
395 FASTBOOL bVLin=nDirX==0; in CalcLine() local
397 else if (bVLin) x=0; in CalcLine()
454 FASTBOOL bVLin=nDirX==0; in CalcRect() local
456 else if (bVLin) x=0; in CalcRect()
705 FASTBOOL bVLin=ndx0==0; in movePathDrag() local
706 if (!bHLin || !bVLin) { in movePathDrag()
710 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag()
712 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()
713 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()
726 FASTBOOL bVLin=ndx0==0; in movePathDrag() local
727 if (!bHLin || !bVLin) { in movePathDrag()
731 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag()
733 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()
734 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()