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

/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp37 static BPoint sTopLeft = BPoint(7, 26); variable
49 left = sTopLeft.x;
53 top = sTopLeft.y;
66 if (left < sTopLeft.x) {
67 left = screenBorder.right - sWindowRect.Width() - sTopLeft.x;
68 left = left - ((int)left % (int)sCascadeOffset) + sTopLeft.x;
72 if (top < sTopLeft.y) {
73 top = screenBorder.bottom - sWindowRect.Height() - sTopLeft.y;
74 top = top - ((int)left % (int)sCascadeOffset) + sTopLeft.y;
138 sTopLeft
[all...]

Completed in 10 milliseconds