Searched refs:maxPageSize (Results 1 – 1 of 1) sorted by relevance
2764 …FloatSize maxPageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(originalPageSize.width(), o… in forceLayoutForPagination() local2765 pageLogicalWidth = horizontalWritingMode ? maxPageSize.width() : maxPageSize.height(); in forceLayoutForPagination()2766 pageLogicalHeight = horizontalWritingMode ? maxPageSize.height() : maxPageSize.width(); in forceLayoutForPagination()