Searched refs:rightVal (Results 1 – 2 of 2) sorted by relevance
83 double rightVal = rhs.toNumber(); in evaluate() local87 return leftVal + rightVal; in evaluate()89 return leftVal - rightVal; in evaluate()91 return leftVal * rightVal; in evaluate()93 return leftVal / rightVal; in evaluate()95 return fmod(leftVal, rightVal); in evaluate()
788 CollapsedBorderValue rightVal = collapsedRightBorder(rtl); in paintCollapsedBorder() local796 int rightWidth = rightVal.width(); in paintCollapsedBorder()806 EBorderStyle rightStyle = collapsedBorderStyle(rightVal.style()); in paintCollapsedBorder()811 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent(); in paintCollapsedBorder()819 …borders.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightSt… in paintCollapsedBorder()