Home | History | Annotate | Download | only in page

Lines Matching defs:horizontalWritingMode

3045         bool horizontalWritingMode = renderView->style()->isHorizontalWritingMode();
3047 LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect.height();
3052 pageLogicalWidth = horizontalWritingMode ? maxPageSize.width() : maxPageSize.height();
3053 pageLogicalHeight = horizontalWritingMode ? maxPageSize.height() : maxPageSize.width();
3063 LayoutUnit docLogicalHeight = horizontalWritingMode ? updatedDocumentRect.height() : updatedDocumentRect.width();
3064 LayoutUnit docLogicalTop = horizontalWritingMode ? updatedDocumentRect.y() : updatedDocumentRect.x();
3065 LayoutUnit docLogicalRight = horizontalWritingMode ? updatedDocumentRect.maxX() : updatedDocumentRect.maxY();
3071 if (!horizontalWritingMode)