Home | History | Annotate | Download | only in rendering

Lines Matching refs:isLeftToRightDirection

302         bool hasInvertedDirection =  cb->style()->isLeftToRightDirection() == style()->isLeftToRightDirection();
515 LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
517 sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd();
1017 return (borderWidth + (style()->isLeftToRightDirection() ? 0 : 1)) / 2;
1072 return (borderWidth + (style()->isLeftToRightDirection() ? 1 : 0)) / 2;
1148 borderWidth = (tb.width() + (style()->isLeftToRightDirection() ? 0 : 1)) / 2;
1175 borderWidth = (tb.width() + (style()->isLeftToRightDirection() ? 1 : 0)) / 2;