Searched refs:RowHeight (Results 1 – 1 of 1) sorted by relevance
5478 float RowHeight; in AttachedToWindow() local5488 RowHeight = g_ButtonHeight; in AttachedToWindow()5489 if (g_CheckBoxHeight > RowHeight) in AttachedToWindow()5490 RowHeight = g_CheckBoxHeight; in AttachedToWindow()5491 RowHeight = ceilf (RowHeight * 1.1); in AttachedToWindow()5498 Margin = ceilf ((RowHeight - g_StringViewHeight) / 2); in AttachedToWindow()5518 Margin = ceilf ((RowHeight - g_ButtonHeight) / 2); in AttachedToWindow()5537 RowTop += ceilf (RowHeight * 1.2); in AttachedToWindow()5541 Margin = ceilf ((RowHeight - g_ButtonHeight) / 2); in AttachedToWindow()5555 Margin = ceilf ((RowHeight - g_CheckBoxHeight) / 2); in AttachedToWindow()[all …]