Lines Matching refs:aImgSz
700 Size aImgSz = rEntry.maImage.GetSizePixel(); in ImplUpdateEntryMetrics() local
701 aMetrics.nImgWidth = (sal_uInt16) CalcZoom( aImgSz.Width() ); in ImplUpdateEntryMetrics()
702 aMetrics.nImgHeight = (sal_uInt16) CalcZoom( aImgSz.Height() ); in ImplUpdateEntryMetrics()
1844 Size aImgSz; in DrawEntry() local
1851 aImgSz = aImage.GetSizePixel(); in DrawEntry()
1852 Point aPtImg( mnBorder - mnLeft, nY + ( ( pEntry->mnHeight - aImgSz.Height() ) / 2 ) ); in DrawEntry()
1857 aPtImg.X() = mnMaxWidth + mnBorder - aImgSz.Width() - mnLeft; in DrawEntry()
1865 aImgSz.Width() = CalcZoom( aImgSz.Width() ); in DrawEntry()
1866 aImgSz.Height() = CalcZoom( aImgSz.Height() ); in DrawEntry()
1867 DrawImage( aPtImg, aImgSz, aImage ); in DrawEntry()
1873 if(nEdgeBlendingPercent && aImgSz.Width() && aImgSz.Height()) in DrawEntry()
1878 … const BitmapEx aBlendFrame(createBlendFrame(aImgSz, nAlpha, rTopLeft, rBottomRight)); in DrawEntry()
1918 if ( aImgSz.Width() > 0 ) in DrawEntry()
1919 aTextRect.Left() -= ( aImgSz.Width() + IMG_TXT_DISTANCE ); in DrawEntry()
2983 Size aImgSz = maImage.GetSizePixel(); in DrawEntry() local
2984 Point aPtImg( nBorder, ( ( aOutSz.Height() - aImgSz.Height() ) / 2 ) ); in DrawEntry()
3002 aImgSz.Width() = CalcZoom( aImgSz.Width() ); in DrawEntry()
3003 aImgSz.Height() = CalcZoom( aImgSz.Height() ); in DrawEntry()
3004 DrawImage( aPtImg, aImgSz, *pImage, nStyle ); in DrawEntry()
3014 const BitmapEx aBlendFrame(createBlendFrame(aImgSz, nAlpha, rTopLeft, rBottomRight)); in DrawEntry()