Searched defs:textHeight (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp53 float textHeight = fTextView->TextHeight(0, fTextView->CountLines()); local
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp160 float textHeight = textView->LineHeight(0) * textView->CountLines(); local
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp81 float textHeight = (fh.ascent + fh.descent) * 1.5; local
H A DTransformerListView.cpp159 float textHeight = (fh.ascent + fh.descent) * 1.5; local
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp72 float textHeight = fh.ascent + fh.descent; local
/haiku/src/kits/interface/
H A DButton.cpp673 float textHeight = fontHeight.ascent + fontHeight.descent; local
H A DSlider.cpp1107 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent); local
1178 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent); local
H A DHaikuControlLook.cpp2361 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent); local
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp324 float textHeight = ceilf(fontHeight.descent + fontHeight.ascent); local
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp287 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent); local
1042 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent); local
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp76 float textHeight = fh.ascent + fh.descent; local
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2364 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent); local
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2371 float textHeight = fontHeight.ascent + fontHeight.descent; local

Completed in 117 milliseconds