Home
last modified time | relevance | path

Searched refs:flooredPageLogicalWidth (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.cpp2537 int flooredPageLogicalWidth = static_cast<int>(pageLogicalWidth); in forceLayoutForPagination() local
2538 root->setLogicalWidth(flooredPageLogicalWidth); in forceLayoutForPagination()
2549flooredPageLogicalWidth = 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()