Lines Matching refs:aTextRect
680 Rectangle aTextRect( Point( 0, 0 ), aCurSize ); in ImplUpdateEntryMetrics() local
681 … aTextRect = GetTextRect( aTextRect, rEntry.maStr, TEXT_DRAW_WORDBREAK | TEXT_DRAW_MULTILINE ); in ImplUpdateEntryMetrics()
682 aMetrics.nTextWidth = aTextRect.GetWidth(); in ImplUpdateEntryMetrics()
686 aMetrics.nEntryHeight = aTextRect.GetHeight() + mnBorder; in ImplUpdateEntryMetrics()
1901 Rectangle aTextRect( Point( mnBorder - mnLeft, nY ), in DrawEntry() local
1907 aTextRect.Left() += nImageWidth + IMG_TXT_DISTANCE; in DrawEntry()
1917 aTextRect.Left() = nMaxWidth + mnBorder - GetTextWidth( aStr ) - mnLeft; in DrawEntry()
1919 aTextRect.Left() -= ( aImgSz.Width() + IMG_TXT_DISTANCE ); in DrawEntry()
1928 DrawText( aTextRect, aStr, nDrawStyle, pVector, pDisplayText ); in DrawEntry()
3036 … Rectangle aTextRect( Point( nBorder, 0 ), Size( aOutSz.Width()-2*nBorder, aOutSz.Height() ) ); in DrawEntry() local
3041 aTextRect.Left() += nMaxWidth + IMG_TXT_DISTANCE; in DrawEntry()
3046 DrawText( aTextRect, maString, nTextStyle, pVector, pDisplayText ); in DrawEntry()