Lines Matching refs:aItemSize
218 Size aItemSize = pValueSet->CalcItemSizePixel(aImage.GetSizePixel()); in GetHeightForWidth() local
219 aItemSize.Width() += 10; in GetHeightForWidth()
220 aItemSize.Height() += 10; in GetHeightForWidth()
222 …olumnCount = (pValueSet->GetSizePixel().Width() - pValueSet->GetScrollWidth()) / aItemSize.Width(); in GetHeightForWidth()
230 nHeight += nRowCount * aItemSize.Height(); in GetHeightForWidth()
466 Size aItemSize = pValueSet->CalcItemSizePixel(aImage.GetSizePixel()); in updateLayout() local
467 pValueSet->SetItemWidth( aItemSize.Width() ); in updateLayout()
468 pValueSet->SetItemHeight( aItemSize.Height() ); in updateLayout()
470 aItemSize.Width() += 10; in updateLayout()
471 aItemSize.Height() += 10; in updateLayout()
472 … int nColumnCount = (aValueSetSize.Width() - pValueSet->GetScrollWidth()) / aItemSize.Width(); in updateLayout()
480 int nVisibleRowCount = (aValueSetSize.Height()+2) / aItemSize.Height(); in updateLayout()
492 aValueSetSize.Height() = nRowCount * aItemSize.Height(); in updateLayout()