Searched refs:aTitleWidth (Results 1 – 1 of 1) sorted by relevance
588 long aTitleWidth = GetTextWidth( pEntry->m_sTitle ) + (aTextHeight / 3); in DrawRow() local592 if ( aTitleWidth > nMaxTitleWidth - aVersionWidth ) in DrawRow()594 aTitleWidth = nMaxTitleWidth - aVersionWidth - (aTextHeight / 3); in DrawRow()595 String aShortTitle = GetEllipsisString( pEntry->m_sTitle, aTitleWidth ); in DrawRow()597 aTitleWidth += (aTextHeight / 3); in DrawRow()603 DrawText( Point( aPos.X() + aTitleWidth, aPos.Y() ), pEntry->m_sVersion ); in DrawRow()