Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderText.cpp480 int pointLineDirection = firstTextBox()->isHorizontal() ? point.x() : point.y(); in positionForPoint() local
484 …ointBlockDirection < firstTextBox()->root()->selectionBottom() && pointLineDirection < firstTextB… in positionForPoint()
487 offset = firstTextBox()->offsetForPosition(pointLineDirection); in positionForPoint()
490 …&& pointBlockDirection >= lastTextBox()->root()->selectionTop() && pointLineDirection >= lastTextB… in positionForPoint()
493 offset = lastTextBox()->offsetForPosition(pointLineDirection); in positionForPoint()
505 offset = box->offsetForPosition(pointLineDirection); in positionForPoint()
507 if (pointLineDirection == box->logicalLeft()) in positionForPoint()
512 if (pointLineDirection < box->logicalRight()) in positionForPoint()
517 if (!box->prevOnLine() && pointLineDirection < box->logicalLeft()) in positionForPoint()