Searched refs:distanceToLineSegmentBetween (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPathCoverageTest.cpp45 return points[1].distanceToLineSegmentBetween(points[0], points[2]);
/external/skia/tests/
H A DPathCoverageTest.cpp45 return points[1].distanceToLineSegmentBetween(points[0], points[2]);
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h502 SkScalar distanceToLineSegmentBetween(const SkPoint& a, function in struct:SkPoint
/external/skia/include/core/
H A DSkPoint.h502 SkScalar distanceToLineSegmentBetween(const SkPoint& a, function in struct:SkPoint
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp46 SkScalar d = points[1].distanceToLineSegmentBetween(points[0], points[2]);
/external/skia/src/gpu/
H A DGrPathUtils.cpp46 SkScalar d = points[1].distanceToLineSegmentBetween(points[0], points[2]);

Completed in 404 milliseconds