Home
last modified time | relevance | path

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

/haiku/src/apps/midiplayer/
H A DScopeView.cpp206 float stringHeight = height.ascent + height.descent; in DrawText() local
209 float y = height.ascent + (Bounds().Height() - stringHeight) / 2; in DrawText()