Home
last modified time | relevance | path

Searched refs:DistanceToLineSegmentBetween (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DPathCoverageTest.cpp45 return SkPointPriv::DistanceToLineSegmentBetween(points[1], points[0], points[2]); in compute_distance()
/third_party/skia/src/core/
DSkPointPriv.h43 static SkScalar DistanceToLineSegmentBetween(const SkPoint& pt, const SkPoint& a, in DistanceToLineSegmentBetween() function