Searched refs:BHIDDEN (Results 1 – 17 of 17) sorted by relevance
769 if (sb.style() == BHIDDEN) in setCellLogicalWidths()771 if (sb.style() > BHIDDEN) in setCellLogicalWidths()775 if (rb.style() == BHIDDEN) in setCellLogicalWidths()777 if (rb.style() > BHIDDEN && rb.width() > borderWidth) in setCellLogicalWidths()790 if (gb.style() == BHIDDEN || cb.style() == BHIDDEN) in setCellLogicalWidths()793 if (gb.style() > BHIDDEN && gb.width() > borderWidth) in setCellLogicalWidths()795 if (cb.style() > BHIDDEN && cb.width() > borderWidth) in setCellLogicalWidths()798 if (cb.style() == BHIDDEN) in setCellLogicalWidths()801 if (cb.style() > BHIDDEN && cb.width() > borderWidth) in setCellLogicalWidths()820 if (sb.style() == BHIDDEN) in setCellLogicalWidths()[all …]
856 if (tb.style() == BHIDDEN) in calcBorderStart()858 if (tb.style() > BHIDDEN) in calcBorderStart()863 if (gb.style() == BHIDDEN) in calcBorderStart()865 if (gb.style() > BHIDDEN) in calcBorderStart()875 if (sb.style() == BHIDDEN) in calcBorderStart()878 if (sb.style() > BHIDDEN) in calcBorderStart()885 if (cb.style() == BHIDDEN) in calcBorderStart()889 if (rb.style() == BHIDDEN) in calcBorderStart()892 if (cb.style() > BHIDDEN) in calcBorderStart()894 if (rb.style() > BHIDDEN) in calcBorderStart()[all …]
362 if (border2.style() == BHIDDEN) { in compareBorders()363 if (border1.style() == BHIDDEN) in compareBorders()367 if (border1.style() == BHIDDEN) in compareBorders()396 return border.style() == BHIDDEN ? CollapsedBorderValue() : border; in chooseBorder()950 bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent(); in paintCollapsedBorder()951 bool renderBottom = bottomStyle > BHIDDEN && !bottomVal.isTransparent(); in paintCollapsedBorder()952 bool renderLeft = leftStyle > BHIDDEN && !leftVal.isTransparent(); in paintCollapsedBorder()953 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent(); in paintCollapsedBorder()
1074 bool hasVisibleColorAndStyle() const { return style > BHIDDEN && !isTransparent; } in hasVisibleColorAndStyle()1460 case BHIDDEN: in drawBoxSideFromPath()1618 … bool renderTop = topStyle > BHIDDEN && !topTransparent && (horizontal || includeLogicalLeftEdge); in paintBorder()1619 …bool renderLeft = leftStyle > BHIDDEN && !leftTransparent && (!horizontal || includeLogicalLeftEdg… in paintBorder()1620 …bool renderRight = rightStyle > BHIDDEN && !rightTransparent && (!horizontal || includeLogicalRigh… in paintBorder()1621 …bool renderBottom = bottomStyle > BHIDDEN && !bottomTransparent && (horizontal || includeLogicalRi… in paintBorder()
139 case BHIDDEN: in printBorderStyle()
720 case BHIDDEN: in drawLineForBoxSide()937 case BHIDDEN: in drawArcForBoxSide()
2330 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent && ruleWidth <= colGap; in paintColumnRules()
65 if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN)) in borderLeftWidth()72 if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN)) in borderRightWidth()79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN)) in borderTopWidth()86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN)) in borderBottomWidth()
51 if (m_rule.style() == BNONE || m_rule.style() == BHIDDEN) in ruleWidth()
54 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
49 EBorderStyle style() const { return m_border ? m_border->style() : BHIDDEN; } in style()
441 && ((borderTopStyle() == BHIDDEN && other->borderTopStyle() == BNONE) in diff()442 || (borderTopStyle() == BNONE && other->borderTopStyle() == BHIDDEN) in diff()443 || (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() == BNONE) in diff()444 || (borderBottomStyle() == BNONE && other->borderBottomStyle() == BHIDDEN) in diff()445 || (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() == BNONE) in diff()446 || (borderLeftStyle() == BNONE && other->borderLeftStyle() == BHIDDEN) in diff()447 || (borderRightStyle() == BHIDDEN && other->borderRightStyle() == BNONE) in diff()448 || (borderRightStyle() == BNONE && other->borderRightStyle() == BHIDDEN))) in diff()
85 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE }; enumerator
454 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; } in hasOutline()
57 case BHIDDEN: in CSSPrimitiveValue()
12082 Check for BHIDDEN in isVisible() also.22637 greater than 0 and outlineStyle is greater than BHIDDEN.
49564 … (khtml::RenderStyle::borderLeftWidth): BHIDDEN also should be treated like BNONE when it comes