Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp155 LayoutUnit physicalEnd = block->flipForWritingMode(logicalBottom); in rangeIntersectsRect() local
156 LayoutUnit physicalExtent = absoluteValue(physicalEnd - physicalStart); in rangeIntersectsRect()
157 physicalStart = std::min(physicalStart, physicalEnd); in rangeIntersectsRect()