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

/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp36 double a = point_point_distance(point, pb);
37 double b = point_point_distance(point, pa);
38 double c = point_point_distance(pa, pb);
65 double a = point_point_distance(from, to);
66 double b = point_point_distance(from, origin);
67 double c = point_point_distance(to, origin);
H A Dsupport.h60 // point_point_distance
62 point_point_distance(BPoint a, BPoint b) function
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp352 float dLT = point_point_distance(fLeftTop, where);
353 float dRT = point_point_distance(fRightTop, where);
354 float dLB = point_point_distance(fLeftBottom, where);
355 float dRB = point_point_distance(fRightBottom, where);
H A DTransformBox.cpp507 return min_c(point_point_distance(start, p), point_point_distance(end, p));
527 if (point_point_distance(where, fPivot) < inset)
556 float dLT = point_point_distance(fLeftTop, where);
557 float dRT = point_point_distance(fRightTop, where);
558 float dLB = point_point_distance(fLeftBottom, where);
559 float dRB = point_point_distance(fRightBottom, where);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp176 if (point_point_distance(where, fTrackingStart) > DRAG_INIT_DIST
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1592 float distM = point_point_distance(point, where) * zoomLevel;
1593 float distIn = point_point_distance(pointIn, where) * zoomLevel;
1594 float distOut = point_point_distance(pointOut, where) * zoomLevel;

Completed in 84 milliseconds