Searched refs:nMaxBmpHeight (Results 1 – 2 of 2) sorted by relevance
759 nMaxBmpHeight = 0; in Clear()821 nMaxBmpHeight = 0; in CheckAllSizes()860 if( aSize.Height() > nMaxBmpHeight ) in CheckSizes()862 nMaxBmpHeight = aSize.Height(); in CheckSizes()863 nMaxBmpHeight += (2*TBOFFS_ICON);; in CheckSizes()2327 Size aSize( nMaxBmpWidth, nMaxBmpHeight ); in CalcBmpRect()2373 if( nBmpHeight < nMaxBmpHeight ) in CalcTextRect()2374 nBmpHeight = nMaxBmpHeight; in CalcTextRect()2459 nHeight = Max( nBmpHeight, nMaxBmpHeight ); in CalcBoundingHeight()2465 nHeight = Max( nBmpHeight, nMaxBmpHeight ); in CalcBoundingHeight()
99 long nMaxBmpHeight; member in SvImpIconView
Completed in 39 milliseconds