Lines Matching refs:aImageSize

400 	Size aImageSize = pItem->maImage.GetSizePixel();  in ImplDrawItem()  local
409 long nTestHeight = aImageSize.Height(); in ImplDrawItem()
412 if ( (aImageSize.Width() > aRect.GetWidth()) || (nTestHeight > aRect.GetHeight()) ) in ImplDrawItem()
414 aImageSize.Width() = 0; in ImplDrawItem()
415 aImageSize.Height() = 0; in ImplDrawItem()
422 nMaxTxtWidth -= aImageSize.Width(); in ImplDrawItem()
448 nTxtPos -= aImageSize.Width(); in ImplDrawItem()
454 nTempWidth += aImageSize.Width(); in ImplDrawItem()
457 nTxtPos += aImageSize.Width(); in ImplDrawItem()
464 nTxtPos += aImageSize.Width(); in ImplDrawItem()
472 nTxtPos += aImageSize.Width(); in ImplDrawItem()
485 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
493 nTempHeight += aImageSize.Height(); in ImplDrawItem()
496 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
518 if ( aImageSize.Width() && aImageSize.Height() ) in ImplDrawItem()
523 nImagePos -= aImageSize.Width(); in ImplDrawItem()
536 nImagePos = aRect.Right()-aImageSize.Width(); in ImplDrawItem()
538 nImagePos = aRect.Left()+(aRect.GetWidth()-aImageSize.Width())/2; in ImplDrawItem()
547 nImagePosY = aRect.Bottom()-aImageSize.Height(); in ImplDrawItem()
553 long nTempHeight = aImageSize.Height(); in ImplDrawItem()
558 if ( nImagePos+aImageSize.Width() <= aRect.Right() ) in ImplDrawItem()
577 nArrowX -= aImageSize.Width(); in ImplDrawItem()
579 nArrowX += aImageSize.Width(); in ImplDrawItem()
594 else if ( aImageSize.Width() && aImageSize.Height() ) in ImplDrawItem()
595 nArrowY = nImagePosY+(aImageSize.Height()/2); in ImplDrawItem()