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

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp636 distance_to_curve(const BPoint& p, const BPoint& a, const BPoint& aOut, function
683 float segDist = distance_to_curve(p, fPath[i].point,
691 float segDist = distance_to_curve(p, fPath[fPointCount - 1].point,

Completed in 52 milliseconds