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

/haiku/src/kits/interface/
H A DWindow.cpp1985 BRect decoratorFrame(Frame());
2004 decoratorFrame.top -= borderWidth;
2005 decoratorFrame.left -= borderWidth + tabRect.Width();
2006 decoratorFrame.right += borderWidth;
2007 decoratorFrame.bottom += borderWidth;
2009 decoratorFrame.top -= borderWidth + tabRect.Height();
2010 decoratorFrame.left -= borderWidth;
2011 decoratorFrame.right += borderWidth;
2012 decoratorFrame.bottom += borderWidth;
2015 return decoratorFrame;
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2105 BRect decoratorFrame(DecoratorFrame());
2108 screenFrame.top += frame.top - decoratorFrame.top;
2109 screenFrame.left += frame.left - decoratorFrame.left;
2110 screenFrame.right += frame.right - decoratorFrame.right;
2111 screenFrame.bottom += frame.bottom - decoratorFrame.bottom;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1702 BRect decoratorFrame = DecoratorFrame(); local
1705 screenFrame.left += decoratorFrame.left - frame.left;
1706 screenFrame.right += decoratorFrame.right - frame.right;
1707 screenFrame.top += decoratorFrame.top - frame.top;
1708 screenFrame.bottom += decoratorFrame.bottom - frame.bottom;

Completed in 41 milliseconds