Searched refs:pointBlockDirection (Results 1 – 1 of 1) sorted by relevance
605 LayoutUnit pointBlockDirection = firstTextBox()->isHorizontal() ? point.y() : point.x(); in positionForPoint() local615 if (pointBlockDirection > top || (!blocksAreFlipped && pointBlockDirection == top)) { in positionForPoint()620 … if (pointBlockDirection < bottom || (blocksAreFlipped && pointBlockDirection == bottom)) { in positionForPoint()