Home
last modified time | relevance | path

Searched refs:GetThemePartSize (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtheme_scrollbar.c98 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 Dstatus.c143 if (SUCCEEDED (GetThemePartSize (theme, hdc, SP_GRIPPER, 0, lpRect, in STATUSBAR_DrawSizeGrip()
H A Dbutton.c2051 if (FAILED(GetThemePartSize(theme, hDC, part, state, NULL, TS_DRAW, &sz))) in CB_ThemedPaint()
/reactos/dll/win32/uxtheme/
H A Duxtheme.spec70 70 stdcall GetThemePartSize(ptr ptr long long ptr long ptr)
H A Dnonclient.c251 GetThemePartSize(htheme, NULL, iPartId, 0, NULL, TS_MIN, &ButtonSize); in ThemeCalculateCaptionButtonsPosEx()
H A Ddraw.c1821 HRESULT WINAPI GetThemePartSize(HTHEME hTheme, HDC hdc, int iPartId, in GetThemePartSize() function
/reactos/sdk/include/psdk/
H A Duxtheme.h154 HRESULT WINAPI GetThemePartSize(HTHEME,HDC,int,int,RECT*,THEMESIZE,SIZE*);
/reactos/sdk/lib/cicero/
H A Dcicuif.h77 using FN_GetThemePartSize = decltype(&GetThemePartSize);
123 STDMETHOD(GetThemePartSize)(HDC hDC, int iStateId, LPRECT prc, THEMESIZE eSize, SIZE *psz);
H A Dcicuif.cpp154 CUIFTheme::GetThemePartSize(HDC hDC, int iStateId, LPRECT prc, THEMESIZE eSize, SIZE *psz) in GetThemePartSize() function in CUIFTheme
/reactos/dll/ime/msctfime/
H A Dui.cpp240 if (SUCCEEDED(m_pGripper->GetThemePartSize(hDC, 1, 0, TS_TRUE, &partSize))) in GetGripperWidth()
/reactos/base/shell/explorer/
H A Dtraywnd.cpp1156 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 Dmsutb.cpp4311 ::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()