Searched refs:kPosButtonMinWidth (Results 1 – 1 of 1) sorted by relevance
20 constexpr float kPosButtonMinWidth = 2.0f; variable359 kButtonWidth * 2 + kPosButtonMinWidth + 2) { in RePosChildWnd()366 fBWidth = (rcClient.right - rcClient.left - kPosButtonMinWidth - 2) / 2; in RePosChildWnd()381 kButtonWidth * 2 + kPosButtonMinWidth + 2)) { in RePosChildWnd()388 fBWidth = (rcClient.top - rcClient.bottom - kPosButtonMinWidth - 2) / 2; in RePosChildWnd()660 if (fRight - fLeft < kPosButtonMinWidth) in MovePosButton()661 fRight = fLeft + kPosButtonMinWidth; in MovePosButton()665 fLeft = fRight - kPosButtonMinWidth; in MovePosButton()676 if (IsFloatSmaller(fTop - fBottom, kPosButtonMinWidth)) in MovePosButton()677 fBottom = fTop - kPosButtonMinWidth; in MovePosButton()[all …]