/reactos/base/shell/explorer/ |
H A D | traydeskbtn.cpp | 192 …GetThemeMargins(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 D | trayntfy.cpp | 84 GetThemeMargins(TrayTheme, in OnThemeChanged()
|
/reactos/dll/win32/uxtheme/ |
H A D | uxtheme.spec | 68 68 stdcall GetThemeMargins(ptr ptr long long long ptr ptr)
|
H A D | draw.c | 540 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 D | property.c | 216 HRESULT WINAPI GetThemeMargins(HTHEME hTheme, HDC hdc, int iPartId, in GetThemeMargins() function
|
H A D | nonclient.c | 1325 …if (GetThemeMargins(hBtnTheme, hDC, btnPart, btnState, TMT_CONTENTMARGINS, NULL, &btnContentMargin… in DrawNCPreview()
|
/reactos/sdk/include/psdk/ |
H A D | uxtheme.h | 152 HRESULT WINAPI GetThemeMargins(HTHEME,HDC,int,int,int,RECT*,MARGINS*);
|
/reactos/dll/win32/comctl32/ |
H A D | theme_scrollbar.c | 434 …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 D | comctl32_ros.diff | 2248 + 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 D | button.c | 1975 GetThemeMargins(theme, hDC, BP_PUSHBUTTON, state, TMT_CONTENTMARGINS, NULL, &margins); in PB_ThemedPaint()
|
H A D | toolbar.c | 5574 …GetThemeMargins(theme, NULL, TP_BUTTON, TS_NORMAL, TMT_CONTENTMARGINS, NULL, &infoPtr->themeMargin… in TOOLBAR_Create() 6839 …GetThemeMargins(theme, NULL, TP_BUTTON, TS_NORMAL, TMT_CONTENTMARGINS, NULL, &infoPtr->themeMargin… in theme_changed()
|
/reactos/dll/ime/msctfime/ |
H A D | ui.cpp | 179 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 D | cicuif.h | 80 using FN_GetThemeMargins = decltype(&GetThemeMargins); 126 STDMETHOD(GetThemeMargins)(HDC hDC, int iStateId, int iPropId, LPRECT prc, MARGINS *pMargins);
|
H A D | cicuif.cpp | 178 CUIFTheme::GetThemeMargins(HDC hDC, int iStateId, int iPropId, LPRECT prc, MARGINS *pMargins) in GetThemeMargins() function in CUIFTheme
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 4298 ::GetThemeMargins(theme.m_hTheme, NULL, theme.m_iPartId, 1, 3602, NULL, &m_Margins); in InitThemeMargins()
|