Searched refs:pointInLine (Results 1 – 5 of 5) sorted by relevance
46 void pointInLine(SkFixed x, SkFixed y);
31 void SkAntiEdge::pointInLine(SkFixed x, SkFixed y) { in pointInLine() function in SkAntiEdge
952 … IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); in previousLinePosition() local953 …RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in previousLinePosition()957 return VisiblePosition(renderer.positionForPoint(pointInLine)); in previousLinePosition()1010 … IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); in nextLinePosition() local1011 …RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in nextLinePosition()1015 return VisiblePosition(renderer.positionForPoint(pointInLine)); in nextLinePosition()