Searched refs:RECT_SIZE_Y (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 172 const int wy = RECT_SIZE_Y(rect);
in IsDialogSizeOK() 212 y = RECT_SIZE_Y(rect);
in GetItemSizes() 291 int ys = RECT_SIZE_Y(rect);
in NormalizeSize() 301 const int ysW = RECT_SIZE_Y(workRect);
in NormalizeSize() 369 const int ys = RECT_SIZE_Y(rect);
in NormalizePosition() 371 const int ys2 = RECT_SIZE_Y(rect2);
in NormalizePosition()
|
H A D | Dialog.h | 145 { return MoveItem(id, r.left, r.top, RECT_SIZE_X(r), RECT_SIZE_Y(r), repaint); }
in MoveItem_RECT()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 307 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r));
in OnSize() 324 yPathSize = RECT_SIZE_Y(r);
in OnSize() 331 _filterCombo.Move(r.left, y - my - yPathSize, xLim - r.left, RECT_SIZE_Y(r));
in OnSize()
|
H A D | ProgressDialog2.cpp | 453 sY = RECT_SIZE_Y(r);
in OnSize()
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 357 #define RECT_SIZE_Y(r) ((r).bottom - (r).top)
macro
|
Completed in 7 milliseconds