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

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp92 fOldHeight = box.top - box.bottom;
100 fOldHeight = box.top - box.bottom;
108 fOldHeight = box.bottom - box.top;
116 fOldHeight = box.bottom - box.top;
144 if (fOldHeight != 0.0)
145 yScale = (y - fYOffsetFromCorner) / (fOldHeight);
H A DTransformBoxStates.h70 double fOldHeight; member in class:TransformBoxStates::DragCornerState

Completed in 35 milliseconds