Searched refs:pointInLogicalContents (Results 1 – 1 of 1) sorted by relevance
3322 …Affinity RenderBlock::positionForPointWithInlineChildren(const LayoutPoint& pointInLogicalContents) in positionForPointWithInlineChildren() argument3342 …if (!linesAreFlipped && root->isFirstAfterPageBreak() && (pointInLogicalContents.y() < root->lineT… in positionForPointWithInlineChildren()3343 || (blocksAreFlipped && pointInLogicalContents.y() == root->lineTopWithLeading()))) in positionForPointWithInlineChildren()3349 …if (pointInLogicalContents.y() < root->selectionBottom() || (blocksAreFlipped && pointInLogicalCon… in positionForPointWithInlineChildren()3355 …Children && nextRootBoxWithChildren->isFirstAfterPageBreak() && (pointInLogicalContents.y() > next… in positionForPointWithInlineChildren()3356 …|| (!blocksAreFlipped && pointInLogicalContents.y() == nextRootBoxWithChildren->lineTopWithLeading… in positionForPointWithInlineChildren()3359 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()3369 …tBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()3375 if (pointInLogicalContents.y() < firstRootBoxWithChildrenTop in positionForPointWithInlineChildren()3376 … || (blocksAreFlipped && pointInLogicalContents.y() == firstRootBoxWithChildrenTop)) { in positionForPointWithInlineChildren()[all …]