Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutSize

519         IntSize layoutSize = mainFrame->view()->layoutSize();
520 m_pageInfo.m_layoutWidth = horizontalWritingMode ? layoutSize.width() : layoutSize.height();