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

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

Completed in 37 milliseconds