Home
last modified time | relevance | path

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); in _DragStateFor() local
356 float d = min4(dLT, dRT, dLB, dRB); in _DragStateFor()
364 else if (d == dRB) in _DragStateFor()
H A DTransformBox.cpp559 float dRB = point_point_distance(fRightBottom, where); in _DragStateFor() local
560 float d = min4(dLT, dRT, dLB, dRB); in _DragStateFor()
568 else if (d == dRB) in _DragStateFor()