Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtoolbar.c6769 RECT delta_width, delta_height, client, dummy; in TOOLBAR_Size() local
6796 SetRect(&delta_width, min_x, 0, max_x, min_y); in TOOLBAR_Size()
6799 …TRACE("delta_width %s delta_height %s\n", wine_dbgstr_rect(&delta_width), wine_dbgstr_rect(&delta_… in TOOLBAR_Size()
6802 if(IntersectRect(&dummy, &delta_width, &btnPtr->rect) || in TOOLBAR_Size()