Searched refs:xSize2 (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DDialog.cpp160 int xSize2 = RECT_SIZE_X(rect); local
162 bool needMove = (xSize2 > xSize || ySize2 > ySize);
163 if (xSize2 > xSize || (needMove && fullNormalize))
167 xSize2 = xSize;
180 Move(rect.left, rect.top, xSize2, ySize2, true);

Completed in 127 milliseconds