Home
last modified time | relevance | path

Searched refs:GetThemeMargins (Results 1 – 15 of 15) sorted by relevance

/reactos/base/shell/explorer/
H A Dtraydeskbtn.cpp192GetThemeMargins(m_hFallbackTheme, NULL, TP_BUTTON, 0, TMT_CONTENTMARGINS, NULL, &m_ContentMargins); in EnsureWindowTheme()
200 …if (GetThemeMargins(GetWindowTheme(GetParent().m_hWnd), NULL, TNP_BACKGROUND, 0, TMT_CONTENTMARGIN… in EnsureWindowTheme()
H A Dtrayntfy.cpp84 GetThemeMargins(TrayTheme, in OnThemeChanged()
/reactos/dll/win32/uxtheme/
H A Duxtheme.spec68 68 stdcall GetThemeMargins(ptr ptr long long long ptr ptr)
H A Ddraw.c540 GetThemeMargins(hTheme, hdc, iPartId, iStateId, TMT_SIZINGMARGINS, NULL, &sm); in UXTHEME_DrawImageBackground()
788 hr = GetThemeMargins(hTheme, hdc, iPartId, iStateId, TMT_CONTENTMARGINS, NULL, &margin); in DrawThemeBackgroundEx()
1536 hr = GetThemeMargins(hTheme, hdc, iPartId, iStateId, TMT_CONTENTMARGINS, NULL, &margin); in GetThemeBackgroundContentRect()
1554 && (SUCCEEDED(hr = GetThemeMargins(hTheme, hdc, iPartId, iStateId, in GetThemeBackgroundContentRect()
1584 hr = GetThemeMargins(hTheme, hdc, iPartId, iStateId, TMT_CONTENTMARGINS, NULL, &margin); in GetThemeBackgroundExtent()
1602 && (SUCCEEDED(hr = GetThemeMargins(hTheme, hdc, iPartId, iStateId, in GetThemeBackgroundExtent()
H A Dproperty.c216 HRESULT WINAPI GetThemeMargins(HTHEME hTheme, HDC hdc, int iPartId, in GetThemeMargins() function
H A Dnonclient.c1325 …if (GetThemeMargins(hBtnTheme, hDC, btnPart, btnState, TMT_CONTENTMARGINS, NULL, &btnContentMargin… in DrawNCPreview()
/reactos/sdk/include/psdk/
H A Duxtheme.h152 HRESULT WINAPI GetThemeMargins(HTHEME,HDC,int,int,int,RECT*,MARGINS*);
/reactos/dll/win32/comctl32/
H A Dtheme_scrollbar.c434 …if (SUCCEEDED(GetThemeMargins(theme, dc, SBP_THUMBBTNVERT, thumbstate, TMT_CONTENTMARGINS, &partre… in paint_scrollbar()
509 …if (SUCCEEDED(GetThemeMargins(theme, dc, SBP_THUMBBTNHORZ, thumbstate, TMT_CONTENTMARGINS, &partre… in paint_scrollbar()
H A Dcomctl32_ros.diff2248 + GetThemeMargins(theme, NULL, TP_BUTTON, TS_NORMAL, TMT_CONTENTMARGINS, NULL, &infoPtr-…
2305 + GetThemeMargins(theme, NULL, TP_BUTTON, TS_NORMAL, TMT_CONTENTMARGINS, NULL, &infoPtr->the…
H A Dbutton.c1975 GetThemeMargins(theme, hDC, BP_PUSHBUTTON, state, TMT_CONTENTMARGINS, NULL, &margins); in PB_ThemedPaint()
H A Dtoolbar.c5574GetThemeMargins(theme, NULL, TP_BUTTON, TS_NORMAL, TMT_CONTENTMARGINS, NULL, &infoPtr->themeMargin… in TOOLBAR_Create()
6839GetThemeMargins(theme, NULL, TP_BUTTON, TS_NORMAL, TMT_CONTENTMARGINS, NULL, &infoPtr->themeMargin… in theme_changed()
/reactos/dll/ime/msctfime/
H A Dui.cpp179 theme.GetThemeMargins(NULL, 1, 3602, NULL, &m_Margins); in STDMETHODIMP_()
339 GetThemeMargins(NULL, 1, 3602, NULL, &m_Margins); in STDMETHODIMP_()
/reactos/sdk/lib/cicero/
H A Dcicuif.h80 using FN_GetThemeMargins = decltype(&GetThemeMargins);
126 STDMETHOD(GetThemeMargins)(HDC hDC, int iStateId, int iPropId, LPRECT prc, MARGINS *pMargins);
H A Dcicuif.cpp178 CUIFTheme::GetThemeMargins(HDC hDC, int iStateId, int iPropId, LPRECT prc, MARGINS *pMargins) in GetThemeMargins() function in CUIFTheme
/reactos/dll/win32/msutb/
H A Dmsutb.cpp4298 ::GetThemeMargins(theme.m_hTheme, NULL, theme.m_iPartId, 1, 3602, NULL, &m_Margins); in InitThemeMargins()