Lines Matching refs:tb
772 const BorderValue& tb = style()->borderLeft();
773 if (tb.style() == BHIDDEN)
775 if (tb.style() > BHIDDEN)
776 borderWidth = tb.width;
831 const BorderValue& tb = style()->borderRight();
832 if (tb.style() == BHIDDEN)
834 if (tb.style() > BHIDDEN)
835 borderWidth = tb.width;
920 const BorderValue& tb = style()->borderTop();
921 if (tb.style() == BHIDDEN)
923 if (tb.style() > BHIDDEN)
924 borderWidth = max(borderWidth, static_cast<int>(tb.width / 2));
946 const BorderValue& tb = style()->borderBottom();
947 if (tb.style() == BHIDDEN)
949 if (tb.style() > BHIDDEN)
950 borderWidth = max(borderWidth, static_cast<int>((tb.width + 1) / 2));
961 const BorderValue& tb = style()->borderLeft();
962 if (tb.style() == BHIDDEN)
964 if (tb.style() > BHIDDEN)
965 borderWidth = tb.width / 2;
991 const BorderValue& tb = style()->borderRight();
992 if (tb.style() == BHIDDEN)
994 if (tb.style() > BHIDDEN)
995 borderWidth = (tb.width + 1) / 2;