Home | History | Annotate | Download | only in rendering

Lines Matching refs:BHIDDEN

1074     bool hasVisibleColorAndStyle() const { return style > BHIDDEN && !isTransparent; }
1460 case BHIDDEN:
1618 bool renderTop = topStyle > BHIDDEN && !topTransparent && (horizontal || includeLogicalLeftEdge);
1619 bool renderLeft = leftStyle > BHIDDEN && !leftTransparent && (!horizontal || includeLogicalLeftEdge);
1620 bool renderRight = rightStyle > BHIDDEN && !rightTransparent && (!horizontal || includeLogicalRightEdge);
1621 bool renderBottom = bottomStyle > BHIDDEN && !bottomTransparent && (horizontal || includeLogicalRightEdge);