Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderTopWidth

836     int topWidth = fitToBorder ? style->borderTopWidth() : topSlice;
991 drawLineForBoxSide(graphicsContext, x, ty, x2, ty + style->borderTopWidth(), BSTop, topColor, style->color(), topStyle,
1000 thickness = style->borderTopWidth() * 2;
1006 && (style->borderTopWidth() < topLeft.height())
1007 && (topStyle != DOUBLE || style->borderTopWidth() > 6);
1011 style->borderTopWidth());
1027 && (style->borderTopWidth() < topRight.height())
1028 && (topStyle != DOUBLE || style->borderTopWidth() > 6);
1032 style->borderTopWidth());
1142 ignore_top ? 0 : style->borderTopWidth(), ignore_bottom ? 0 : style->borderBottomWidth());
1151 && (style->borderTopWidth() < topLeft.height())
1211 ignore_top ? 0 : style->borderTopWidth(), ignore_bottom ? 0 : style->borderBottomWidth());
1220 && (style->borderTopWidth() < topRight.height())