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

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp353 float dRT = point_point_distance(fRightTop, where); local
356 float d = min4(dLT, dRT, dLB, dRB);
360 else if (d == dRT)
H A DTransformBox.cpp557 float dRT = point_point_distance(fRightTop, where); local
560 float d = min4(dLT, dRT, dLB, dRB);
564 else if (d == dRT)

Completed in 80 milliseconds