Home
last modified time | relevance | path

Searched refs:RECT_SIZE_Y (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/Control/
DDialog.cpp98 int wy = RECT_SIZE_Y(rect); in IsDialogSizeOK()
138 y = RECT_SIZE_Y(rect); in GetItemSizes()
158 int ySize = RECT_SIZE_Y(workRect); in NormalizeSize()
162 int ySize2 = RECT_SIZE_Y(rect); in NormalizeSize()
191 Move(rect.left, workRect.top, RECT_SIZE_X(rect), RECT_SIZE_Y(rect), true); in NormalizePosition()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp325 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()
DProgressDialog2.cpp445 sY = RECT_SIZE_Y(r); in OnSize()
/external/lzma/CPP/Windows/
DWindow.h278 #define RECT_SIZE_Y(r) ((r).bottom - (r).top) macro