Home
last modified time | relevance | path

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

/haiku/src/apps/resedit/
H A DMiscEditors.cpp87 float strheight = fh.ascent + fh.descent + fh.leading + 5; in StringEditView() local
90 10 + strheight), in StringEditView()
169 float strheight = fh.ascent + fh.descent + fh.leading + 5; in GetPreferredHeight() local
171 return fOK->Frame().Height() + (strheight * lineCount) + 40.0; in GetPreferredHeight()
H A DImageEditor.cpp44 float strheight = fh.ascent + fh.descent + fh.leading + 5; in ImageEditor() local
47 10 + strheight), in ImageEditor()