Home
last modified time | relevance | path

Searched refs:allow_lr (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/Docking/
H A DDocking.h90 …Rect GetAlignBounds(int al, Rect r, bool center, bool allow_lr = true, bool allow_tb = …
91 …int GetPointAlign(const Point p, Rect r, bool center, bool allow_lr = true, bool allow…
H A DDockWindow.cpp760 Rect DockWindow::GetAlignBounds(int al, Rect r, bool center, bool allow_lr, bool allow_tb) in GetAlignBounds() argument
777 if (allow_lr) in GetAlignBounds()
784 int DockWindow::GetPointAlign(const Point p, Rect r, bool center, bool allow_lr, bool allow_tb) in GetPointAlign() argument
787 border.cx = allow_lr ? border.cx/4 : 0; in GetPointAlign()
801 if (!allow_lr && (al == DOCK_LEFT || al == DOCK_RIGHT)) in GetPointAlign()