Searched refs:pointLineDirection (Results 1 – 1 of 1) sorted by relevance
480 int pointLineDirection = firstTextBox()->isHorizontal() ? point.x() : point.y(); in positionForPoint() local484 …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()