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

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp355 float dRB = point_point_distance(fRightBottom, where); local
356 float d = min4(dLT, dRT, dLB, dRB);
364 else if (d == dRB)
H A DTransformBox.cpp559 float dRB = point_point_distance(fRightBottom, where); local
560 float d = min4(dLT, dRT, dLB, dRB);
568 else if (d == dRB)

Completed in 86 milliseconds