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

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp312 fOldSideDist = box.left - box.right;
317 fOldSideDist = box.right - box.left;
322 fOldSideDist = box.top - box.bottom;
327 fOldSideDist = box.bottom - box.top;
349 if (fOldSideDist != 0.0)
350 xScale = (x - fOffsetFromSide) / (fOldSideDist);
356 if (fOldSideDist != 0.0)
357 yScale = (y - fOffsetFromSide) / (fOldSideDist);
H A DTransformBoxStates.h98 double fOldSideDist; member in class:TransformBoxStates::DragSideState

Completed in 77 milliseconds