Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLineBoxList.cpp157 int physicalEnd = block->flipForWritingMode(logicalBottom); in rangeIntersectsRect() local
158 int physicalExtent = abs(physicalEnd - physicalStart); in rangeIntersectsRect()
159 physicalStart = min(physicalStart, physicalEnd); in rangeIntersectsRect()