Searched refs:rcTitle (Results 1 – 2 of 2) sorted by relevance
/reactos/base/setup/welcome/ |
H A D | welcome.c | 1269 RECT rcTitle, rcDescription; in OnPaint() local 1363 rcTitle = rcRightPanel; in OnPaint() 1365 rcTitle = rcLeftPanel; in OnPaint() 1367 rcTitle.left = rcTitle.left + 8; in OnPaint() 1368 rcTitle.right = rcTitle.right - 5; in OnPaint() 1369 rcTitle.top = rcTitle.bottom - 43; in OnPaint() 1370 rcTitle.bottom = rcTitle.bottom - 8; in OnPaint() 1379 rcTitle.left = rcRightPanel.left + 12; in OnPaint() 1380 rcTitle.right = rcRightPanel.right - 8; in OnPaint() 1381 rcTitle.top = rcRightPanel.top + 8; in OnPaint() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | tooltips.c | 312 RECT rcTitle = {rc.left, rc.top, rc.right, rc.bottom}; in TOOLTIPS_Refresh() local 322 rcTitle.left += ICON_WIDTH + BALLOON_ICON_TITLE_SPACING; in TOOLTIPS_Refresh() 324 rcTitle.bottom = rc.top + ICON_HEIGHT; in TOOLTIPS_Refresh() 328 … height = DrawTextW(hdc, infoPtr->pszTitle, -1, &rcTitle, DT_BOTTOM | DT_SINGLELINE | DT_NOPREFIX); in TOOLTIPS_Refresh() 548 RECT rcTitle = {0, 0, 0, 0}; in TOOLTIPS_CalcTipSize() local 557 DrawTextW(hdc, infoPtr->pszTitle, -1, &rcTitle, DT_SINGLELINE | DT_NOPREFIX | DT_CALCRECT); in TOOLTIPS_CalcTipSize() 559 title.cy = max(title.cy, rcTitle.bottom - rcTitle.top) + BALLOON_TITLE_TEXT_SPACING; in TOOLTIPS_CalcTipSize() 560 title.cx += (rcTitle.right - rcTitle.left); in TOOLTIPS_CalcTipSize()
|