Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasSameDirectionAs

1450     return hasSameDirectionAs(cell) ? style()->borderStart() : style()->borderEnd();
1456 return hasSameDirectionAs(cell) ? style()->borderEnd() : style()->borderStart();
1461 unsigned adjoiningStartCellColumnIndex = hasSameDirectionAs(table()) ? 0 : table()->lastColumnIndex();
1467 unsigned adjoiningEndCellColumnIndex = hasSameDirectionAs(table()) ? table()->lastColumnIndex() : 0;