Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp605 LayoutUnit pointBlockDirection = firstTextBox()->isHorizontal() ? point.y() : point.x(); in positionForPoint() local
615 if (pointBlockDirection > top || (!blocksAreFlipped && pointBlockDirection == top)) { in positionForPoint()
620 … if (pointBlockDirection < bottom || (blocksAreFlipped && pointBlockDirection == bottom)) { in positionForPoint()