Searched refs:aTotalSize (Results 1 – 4 of 4) sorted by relevance
1122 Size aTotalSize( GetOutputSizePixel() ); in Resize() local1127 aTotalSize.Height() - RSC_SP_DLG_INNERBORDER_BOTTOM - aBtnSize.Height() ); in Resize()1131 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()1140 Size aDivSize( aTotalSize.Width(), LINE_SIZE ); in Resize()1149 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()1183 Size aSize( aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_LEFT - RSC_SP_DLG_INNERBORDER_RIGHT, in Resize()1184 aTotalSize.Height() - 2*aBtnSize.Height() - LINE_SIZE - in Resize()1559 Size aTotalSize( GetOutputSizePixel() ); in Resize() local1563 aTotalSize.Height() - RSC_SP_DLG_INNERBORDER_BOTTOM - aBtnSize.Height() ); in Resize()1567 … aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - m_aCloseBtn.GetSizePixel().Width(); in Resize()[all …]
875 geometry::RealSize2D aTotalSize (0,0); in Layout() local897 aTotalSize.Width += aSize.Width; in Layout()899 aTotalSize.Height = ::std::max(aTotalSize.Height, aSize.Height); in Layout()910 maMinimalSize = aTotalSize; in Layout()917 if (aTotalSize.Width + nTotalHorizontalGap > aWindowBox.Width) in Layout()918 nTotalHorizontalGap = aWindowBox.Width - aTotalSize.Width; in Layout()927 case Center: nX = (aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap) / 2; break; in Layout()928 case Right: nX = aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap; break; in Layout()932 double nY ((aWindowBox.Height - aTotalSize.Height) / 2); in Layout()937 maBoundingBox.X2 = nX + aTotalSize.Width + nTotalHorizontalGap; in Layout()[all …]
214 const Size aTotalSize( nInitSize * nItemWidth, nItemHeight ); in Create() local216 maBmpEx = Bitmap( aTotalSize, 24 ); in Create()583 const Size aTotalSize( maBmpEx.GetSizePixel() ); in ImplUpdateDisabledBmpEx() local587 Bitmap aGrey( aTotalSize, 8, &Bitmap::GetGreyPalette( 256 ) ); in ImplUpdateDisabledBmpEx()588 AlphaMask aGreyAlphaMask( aTotalSize ); in ImplUpdateDisabledBmpEx()608 …const int nLeft = aPos.X(), nRight = nLeft + ( ( nPos < 0 ) ? aTotalSize.Width() : maSize.Width()… in ImplUpdateDisabledBmpEx()
981 Size aTotalSize; in RecalcTextRects() local1004 aTotalSize.setHeight( maTitleRect.GetHeight() + in RecalcTextRects()1008 if ( aTotalSize.Height() > maMaxTextSize.Height() ) in RecalcTextRects()