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
98
int wy =
RECT_SIZE_Y
(rect);
138
y =
RECT_SIZE_Y
(rect);
158
int ySize =
RECT_SIZE_Y
(workRect);
162
int ySize2 =
RECT_SIZE_Y
(rect);
191
Move(rect.left, workRect.top, RECT_SIZE_X(rect),
RECT_SIZE_Y
(rect), true);
/external/lzma/CPP/Windows/
Window.h
278
#define
RECT_SIZE_Y
(r) ((r).bottom - (r).top)
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
325
MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left,
RECT_SIZE_Y
(r));
342
yPathSize =
RECT_SIZE_Y
(r);
349
_filterCombo.Move(r.left, y - my - yPathSize, xLim - r.left,
RECT_SIZE_Y
(r));
ProgressDialog2.cpp
445
sY =
RECT_SIZE_Y
(r);
Completed in 736 milliseconds