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

/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp199 float titleWidth = font.StringWidth(title.String()); local
200 titleWidth += M_H_MARGIN + B_LARGE_ICON + B_LARGE_ICON / 2.0;
223 Window()->SetSizeLimits(titleWidth + B_V_SCROLL_BAR_WIDTH, maxWidth,
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp1048 float titleWidth = fDrawState.Font().StringWidth(Title(tab), local
1050 if (size < titleWidth) {
1052 tab->textOffset -= (titleWidth - size) / 2;

Completed in 39 milliseconds