Home | History | Annotate | Download | only in rendering

Lines Matching refs:topVal

931     CollapsedBorderValue topVal = collapsedTopBorder();
935 int topWidth = topVal.width();
945 EBorderStyle topStyle = collapsedBorderStyle(topVal.style());
950 bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent();
958 borders.addBorder(topVal, BSTop, renderTop, tx, ty, tx + w, ty + topWidth, topStyle);