OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECT_SIZE_X
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/Control/
Dialog.cpp
96
int wx =
RECT_SIZE_X
(rect);
136
x =
RECT_SIZE_X
(rect);
156
int xSize =
RECT_SIZE_X
(workRect);
160
int xSize2 =
RECT_SIZE_X
(rect);
190
Move(rect.left, workRect.top,
RECT_SIZE_X
(rect), RECT_SIZE_Y(rect), true);
/external/lzma/CPP/Windows/
Window.h
276
#define
RECT_SIZE_X
(r) ((r).right - (r).left)
Completed in 313 milliseconds