Home
last modified time | relevance | path

Searched refs:ButtonSize (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dbutton.c420 SIZE TextSize, ImageSize, ButtonSize; in BUTTON_GetIdealSize() local
477 ButtonSize.cx = rcButtonExtent.right - rcButtonExtent.left; in BUTTON_GetIdealSize()
478 ButtonSize.cy = rcButtonExtent.bottom - rcButtonExtent.top; in BUTTON_GetIdealSize()
482 ButtonSize.cx = ImageSize.cx + TextSize.cx + 5; in BUTTON_GetIdealSize()
483 ButtonSize.cy = max(ImageSize.cy, TextSize.cy + 7); in BUTTON_GetIdealSize()
486 *psize = ButtonSize; in BUTTON_GetIdealSize()
/reactos/dll/win32/uxtheme/
H A Dnonclient.c221 SIZE ButtonSize; in ThemeCalculateCaptionButtonsPosEx() local
251 GetThemePartSize(htheme, NULL, iPartId, 0, NULL, TS_MIN, &ButtonSize); in ThemeCalculateCaptionButtonsPosEx()
253 captionBtnWidth = MulDiv(ButtonSize.cx, buttonHeight, ButtonSize.cy); in ThemeCalculateCaptionButtonsPosEx()