Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dabstractlogview.cpp
/glogg/src/
H A Dabstractlogview.cpp1461 const int bottomOfTextPx = nbLines * fontHeight; in drawTextArea() local
1464 LOG(logDEBUG) << "bottomOfTextPx: " << bottomOfTextPx; in drawTextArea()
1680 if ( bottomOfTextPx < paintDeviceHeight ) { in drawTextArea()
1682 painter.fillRect( contentStartPosX, bottomOfTextPx, in drawTextArea()