Searched refs:g_CheckBoxHeight (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp542 static float g_CheckBoxHeight; /* Same for check boxes. */ variable
4878 TempCheckBoxPntr->GetPreferredSize (&JunkFloat, &g_CheckBoxHeight);
5489 if (g_CheckBoxHeight > RowHeight)
5490 RowHeight = g_CheckBoxHeight;
5555 Margin = ceilf ((RowHeight - g_CheckBoxHeight) / 2);
6314 RowHeight = g_CheckBoxHeight;
6320 Margin = ceilf ((RowHeight - g_CheckBoxHeight) / 2);
6322 TempRect.bottom = TempRect.top + g_CheckBoxHeight;
6340 RowHeight = g_CheckBoxHeight;
6346 Margin = ceilf ((RowHeight - g_CheckBoxHeight) /
[all...]

Completed in 40 milliseconds