Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dcomboex.c919 RECT cb_wrect, cbx_wrect, cbx_crect; in COMBOEX_SetItemHeight() local
928 GetWindowRect (infoPtr->hwndSelf, &cbx_wrect); in COMBOEX_SetItemHeight()
932 + cbx_wrect.bottom-cbx_wrect.top in COMBOEX_SetItemHeight()
935 wine_dbgstr_rect(&cbx_wrect), wine_dbgstr_rect(&cbx_crect)); in COMBOEX_SetItemHeight()
937 wine_dbgstr_rect(&cbx_wrect), cbx_wrect.right-cbx_wrect.left, height); in COMBOEX_SetItemHeight()
939 cbx_wrect.right-cbx_wrect.left, height, in COMBOEX_SetItemHeight()
1616 RECT cbx_wrect, cbx_crect, cb_wrect; in COMBOEX_WindowPosChanging() local
1619 GetWindowRect (infoPtr->hwndSelf, &cbx_wrect); in COMBOEX_WindowPosChanging()
1625 + (cbx_wrect.right-cbx_wrect.left) in COMBOEX_WindowPosChanging()
1631 wine_dbgstr_rect(&cbx_wrect), wine_dbgstr_rect(&cbx_crect)); in COMBOEX_WindowPosChanging()
[all …]