Searched refs:yDiff (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h65 float yDiff = b.y - a.y; local
66 return sqrtf(xDiff * xDiff + yDiff * yDiff);
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp379 float yDiff = to.y - from.y; local
380 if (fabs(xDiff) > fabs(yDiff)) {
389 if (yDiff < 0.0) {
H A DTransformBox.cpp623 float yDiff = to.y - from.y; local
624 if (fabs(xDiff) > fabs(yDiff)) {
633 if (yDiff < 0.0) {
/haiku/src/servers/app/
H A DWindow.cpp2051 float yDiff = 0.0; local
2053 yDiff = minHeightDiff;
2055 yDiff = maxHeightDiff;
2058 fDesktop->ResizeWindowBy(this, xDiff, yDiff);
2060 ResizeBy((int32)xDiff, (int32)yDiff, NULL);
/haiku/src/kits/interface/
H A DView.cpp1755 float yDiff = where.y - fBounds.top; local
1761 fOwner->fLink->Attach<float>(yDiff);
1774 if (fVerScroller && yDiff != 0.0)

Completed in 75 milliseconds