Searched defs:distIn (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp493 float distIn = sqrtf(v.x * v.x + v.y * v.y); local
532 float distIn = agg::calc_distance( local
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1593 float distIn = point_point_distance(pointIn, where) * zoomLevel; local

Completed in 48 milliseconds