Searched refs:flooredPageLogicalWidth (Results 1 – 1 of 1) sorted by relevance
2537 int flooredPageLogicalWidth = static_cast<int>(pageLogicalWidth); in forceLayoutForPagination() local2538 root->setLogicalWidth(flooredPageLogicalWidth); in forceLayoutForPagination()2549 … flooredPageLogicalWidth = std::min<int>(docLogicalWidth, pageLogicalWidth * maximumShrinkFactor); in forceLayoutForPagination()2551 … root->setPageLogicalHeight(flooredPageLogicalWidth / pageSize.width() * pageSize.height()); in forceLayoutForPagination()2552 root->setLogicalWidth(flooredPageLogicalWidth); in forceLayoutForPagination()2560 clippedLogicalLeft = docLogicalRight - flooredPageLogicalWidth; in forceLayoutForPagination()2561 … IntRect overflow(clippedLogicalLeft, docLogicalTop, flooredPageLogicalWidth, docLogicalHeight); in forceLayoutForPagination()