Lines Matching refs:aBounds
1152 Rectangle aBounds( aCtrlRegion ); in Init() local
1156 aBounds, aContent ) ) in Init()
1158 mnLeftBorder = aContent.Left() - aBounds.Left(); in Init()
1159 mnRightBorder = aBounds.Right() - aContent.Right(); in Init()
1160 mnTopBorder = aContent.Top() - aBounds.Top(); in Init()
1161 mnBottomBorder = aBounds.Bottom() - aContent.Bottom(); in Init()
1176 if( mnWidth < aBounds.GetWidth() || mnHeight < aBounds.GetHeight() ) in Init()
1181 if( mnWidth < aBounds.GetWidth() ) in Init()
1182 aPos.X() -= (aBounds.GetWidth() - mnWidth) / 2; in Init()
1183 if( mnHeight < aBounds.GetHeight() ) in Init()
1184 aPos.Y() -= (aBounds.GetHeight() - mnHeight) / 2; in Init()
1185 mpBorderWindow->SetPosSizePixel( aPos, aBounds.GetSize() ); in Init()