Home
last modified time | relevance | path

Searched refs:pointInLine (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/Intersection/
DSkAntiEdge.h46 void pointInLine(SkFixed x, SkFixed y);
DSkAntiEdge.cpp31 void SkAntiEdge::pointInLine(SkFixed x, SkFixed y) { in pointInLine() function in SkAntiEdge
/external/chromium_org/third_party/skia/experimental/Intersection/
DSkAntiEdge.h46 void pointInLine(SkFixed x, SkFixed y);
DSkAntiEdge.cpp31 void SkAntiEdge::pointInLine(SkFixed x, SkFixed y) { in pointInLine() function in SkAntiEdge
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp952 … IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); in previousLinePosition() local
953 …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() local
1011 …RenderObject& renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in nextLinePosition()
1015 return VisiblePosition(renderer.positionForPoint(pointInLine)); in nextLinePosition()