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

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp354 float dLB = point_point_distance(fLeftBottom, where); local
356 float d = min4(dLT, dRT, dLB, dRB);
362 else if (d == dLB)
H A DTransformBox.cpp558 float dLB = point_point_distance(fLeftBottom, where); local
560 float d = min4(dLT, dRT, dLB, dRB);
566 else if (d == dLB)

Completed in 61 milliseconds