Home
last modified time | relevance | path

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

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