OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECT_SIZE_Y
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Windows/Control/
Dialog.cpp
97
int wy =
RECT_SIZE_Y
(rect);
137
y =
RECT_SIZE_Y
(rect);
157
int ySize =
RECT_SIZE_Y
(workRect);
161
int ySize2 =
RECT_SIZE_Y
(rect);
190
Move(rect.left, workRect.top, RECT_SIZE_X(rect),
RECT_SIZE_Y
(rect), true);
/external/lzma/CPP/Windows/
Window.h
277
#define
RECT_SIZE_Y
(r) ((r).bottom - (r).top)
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
317
MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left,
RECT_SIZE_Y
(r));
334
yPathSize =
RECT_SIZE_Y
(r);
341
_filterCombo.Move(r.left, y - my - yPathSize, xLim - r.left,
RECT_SIZE_Y
(r));
ProgressDialog2.cpp
421
sY =
RECT_SIZE_Y
(r);
Completed in 98 milliseconds