Searched refs:RECT_SIZE_Y (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 97 int wy = RECT_SIZE_Y(rect); in IsDialogSizeOK() 137 y = RECT_SIZE_Y(rect); in GetItemSizes() 157 int ySize = RECT_SIZE_Y(workRect); in NormalizeSize() 161 int ySize2 = RECT_SIZE_Y(rect); in NormalizeSize() 190 Move(rect.left, workRect.top, RECT_SIZE_X(rect), RECT_SIZE_Y(rect), true); in NormalizePosition()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 325 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r)); in OnSize() 342 yPathSize = RECT_SIZE_Y(r); in OnSize() 349 _filterCombo.Move(r.left, y - my - yPathSize, xLim - r.left, RECT_SIZE_Y(r)); in OnSize()
|
D | ProgressDialog2.cpp | 442 sY = RECT_SIZE_Y(r); in OnSize()
|
/external/lzma/CPP/Windows/ |
D | Window.h | 278 #define RECT_SIZE_Y(r) ((r).bottom - (r).top) macro
|