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

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp575 float dL = point_line_dist(fLeftTop, fLeftBottom, where, inset); local
579 float d = min4(dL, dR, dT, dB);
581 if (d == dL)

Completed in 172 milliseconds