Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Drebar.c468 static int round_child_height(const REBAR_BAND *lpBand, int cyHeight) in round_child_height() function
1485 int cyChild = round_child_height(lpBand, cyMaxChild); in REBAR_SizeChildrenToHeight()
1784 …lpBand->cyChild = round_child_height(lpBand, lprbbi->cyChild); /* make (cyChild - cyMinChild) a m… in REBAR_CommonSetupBand()