Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBottomWidth

127         LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth(), style->borderLeftWidth());
141 if (borderBox.bottom().value() != static_cast<int>(style->borderBottomWidth())) {