/reactos/dll/win32/comctl32/ |
H A D | theme_scrollbar.c | 98 if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_UPNORMAL, NULL, TS_DRAW, &sz))) { in hit_test() 104 … if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_DOWNNORMAL, NULL, TS_DRAW, &sz))) { in hit_test() 113 … if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_LEFTNORMAL, NULL, TS_DRAW, &sz))) { in hit_test() 119 … if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_RIGHTNORMAL, NULL, TS_DRAW, &sz))) { in hit_test() 174 if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_UPNORMAL, NULL, TS_DRAW, &sz))) { in redraw_part() 180 … if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_DOWNNORMAL, NULL, TS_DRAW, &sz))) { in redraw_part() 188 … if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_LEFTNORMAL, NULL, TS_DRAW, &sz))) { in redraw_part() 194 … if (FAILED(GetThemePartSize(theme, NULL, SBP_ARROWBTN, ABS_RIGHTNORMAL, NULL, TS_DRAW, &sz))) { in redraw_part() 391 … if (FAILED(GetThemePartSize(theme, dc, SBP_ARROWBTN, uparrowstate, NULL, TS_DRAW, &upsize))) { in paint_scrollbar() 396 … if (FAILED(GetThemePartSize(theme, dc, SBP_ARROWBTN, downarrowstate, NULL, TS_DRAW, &downsize))) { in paint_scrollbar() [all …]
|
H A D | status.c | 143 if (SUCCEEDED (GetThemePartSize (theme, hdc, SP_GRIPPER, 0, lpRect, in STATUSBAR_DrawSizeGrip()
|
H A D | button.c | 2051 if (FAILED(GetThemePartSize(theme, hDC, part, state, NULL, TS_DRAW, &sz))) in CB_ThemedPaint()
|
/reactos/dll/win32/uxtheme/ |
H A D | uxtheme.spec | 70 70 stdcall GetThemePartSize(ptr ptr long long ptr long ptr)
|
H A D | nonclient.c | 251 GetThemePartSize(htheme, NULL, iPartId, 0, NULL, TS_MIN, &ButtonSize); in ThemeCalculateCaptionButtonsPosEx()
|
H A D | draw.c | 1821 HRESULT WINAPI GetThemePartSize(HTHEME hTheme, HDC hdc, int iPartId, in GetThemePartSize() function
|
/reactos/sdk/include/psdk/ |
H A D | uxtheme.h | 154 HRESULT WINAPI GetThemePartSize(HTHEME,HDC,int,int,RECT*,THEMESIZE,SIZE*);
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.h | 77 using FN_GetThemePartSize = decltype(&GetThemePartSize); 123 STDMETHOD(GetThemePartSize)(HDC hDC, int iStateId, LPRECT prc, THEMESIZE eSize, SIZE *psz);
|
H A D | cicuif.cpp | 154 CUIFTheme::GetThemePartSize(HDC hDC, int iStateId, LPRECT prc, THEMESIZE eSize, SIZE *psz) in GetThemePartSize() function in CUIFTheme
|
/reactos/dll/ime/msctfime/ |
H A D | ui.cpp | 240 if (SUCCEEDED(m_pGripper->GetThemePartSize(hDC, 1, 0, TS_TRUE, &partSize))) in GetGripperWidth()
|
/reactos/base/shell/explorer/ |
H A D | traywnd.cpp | 1156 HRESULT hr = GetThemePartSize(m_Theme, NULL, iSizerPart[pos], 0, NULL, TS_TRUE, &size); in AdjustSizerRect() 2111 … HRESULT hr = GetThemePartSize(m_Theme, NULL, iSizerPart[m_Position], 0, NULL, TS_TRUE, &size); in DrawSizerWithTheme()
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 4311 ::GetThemePartSize(theme.m_hTheme, NULL, theme.m_iPartId, 1, 0, TS_TRUE, &partSize); in InitThemeMargins() 4437 if (SUCCEEDED(m_pTipbarGripper->GetThemePartSize(hDC, 1, 0, TS_TRUE, &partSize))) in GetGripperWidth()
|