Lines Matching refs:aImageSize

287 	Size aImageSize( 0, 0 );  in ImplGetItemSize()  local
290 aImageSize = pItem->maTabImage.GetSizePixel(); in ImplGetItemSize()
292 aImageSize.Width() += GetTextHeight()/4; in ImplGetItemSize()
294 aSize.Width() += aImageSize.Width(); in ImplGetItemSize()
295 if( aImageSize.Height() > aSize.Height() ) in ImplGetItemSize()
296 aSize.Height() = aImageSize.Height(); in ImplGetItemSize()
328 aSize.Width() += aImageSize.Width(); in ImplGetItemSize()
341 if( aSize.Height() < aImageSize.Height()+4 ) // leave space for focus rect in ImplGetItemSize()
342 aSize.Height() = aImageSize.Height()+4; in ImplGetItemSize()
706 Size aImageSize( 0, 0 ); in ImplShowFocus() local
718 aImageSize = rItem.maTabImage.GetSizePixel(); in ImplShowFocus()
720 aImageSize.Width() += GetTextHeight()/4; in ImplShowFocus()
726 …aRect.Left() = aRect.Left()+aImageSize.Width()+((aTabSize.Width()-nTextWidth-aImageSize.Width())… in ImplShowFocus()
734 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-1; in ImplShowFocus()
736 if( aImageSize.Height() < aRect.GetHeight() ) in ImplShowFocus()
737 nYPos += (aRect.GetHeight() - aImageSize.Height())/2; in ImplShowFocus()
741 aRect.Right() = aRect.Left() + aImageSize.Width() + 4; in ImplShowFocus()
742 aRect.Bottom() = aRect.Top() + aImageSize.Height() + 4; in ImplShowFocus()
917 Size aImageSize( 0, 0 ); in ImplDrawItem() local
922 aImageSize = pItem->maTabImage.GetSizePixel(); in ImplDrawItem()
924 aImageSize.Width() += GetTextHeight()/4; in ImplDrawItem()
926 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-nOff3; in ImplDrawItem()
933 DrawCtrlText( Point( nXPos + aImageSize.Width(), nYPos ), in ImplDrawItem()
944 if( aImageSize.Height() < aRect.GetHeight() ) in ImplDrawItem()
945 aImgTL.Y() += (aRect.GetHeight() - aImageSize.Height())/2; in ImplDrawItem()