Searched refs:nMaxTitleWidth (Results 1 – 1 of 1) sorted by relevance
581 long nMaxTitleWidth = rRect.GetWidth() - ICON_OFFSET; in DrawRow() local582 nMaxTitleWidth -= ( 2 * SMALL_ICON_SIZE ) + ( 4 * SPACE_BETWEEN ); in DrawRow()585 nMaxTitleWidth -= pEntry->m_pPublisher->GetSizePixel().Width() + (2*SPACE_BETWEEN); in DrawRow()593 if ( aTitleWidth > nMaxTitleWidth - aVersionWidth ) in DrawRow()595 aTitleWidth = nMaxTitleWidth - aVersionWidth - (aTextHeight / 3); in DrawRow()648 … aPos = rRect.TopLeft() + Point( ICON_OFFSET + nMaxTitleWidth + (2*SPACE_BETWEEN), TOP_OFFSET ); in DrawRow()
Completed in 20 milliseconds