Searched refs:aTitleWidth (Results 1 – 1 of 1) sorted by relevance
589 long aTitleWidth = GetTextWidth( pEntry->m_sTitle ) + (aTextHeight / 3); in DrawRow() local593 if ( aTitleWidth > nMaxTitleWidth - aVersionWidth ) in DrawRow()595 aTitleWidth = nMaxTitleWidth - aVersionWidth - (aTextHeight / 3); in DrawRow()596 String aShortTitle = GetEllipsisString( pEntry->m_sTitle, aTitleWidth ); in DrawRow()598 aTitleWidth += (aTextHeight / 3); in DrawRow()604 DrawText( Point( aPos.X() + aTitleWidth, aPos.Y() ), pEntry->m_sVersion ); in DrawRow()
Completed in 19 milliseconds