Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtaskdialog.c435 LONG max_width, max_text_height; in taskdialog_get_expando_size() local
457 max_text_height = DrawTextW(hdc, dialog_info->expanded_text, -1, &rect, style); in taskdialog_get_expando_size()
458 size->cy = max(max_text_height, icon_height); in taskdialog_get_expando_size()
462 max_text_height = DrawTextW(hdc, dialog_info->collapsed_text, -1, &rect, style); in taskdialog_get_expando_size()
463 size->cy = max(size->cy, max_text_height); in taskdialog_get_expando_size()