Searched refs:i_rDeckPlayground (Results 1 – 5 of 5) sorted by relevance
167 Rectangle TabDeckLayouter::Layout( const Rectangle& i_rDeckPlayground ) in Layout() argument170 return i_rDeckPlayground; in Layout()175 Size aTabBarSize = ( aPreferredSize.Width() < i_rDeckPlayground.GetWidth() ) in Layout()178 aTabBarSize.Height() = i_rDeckPlayground.GetHeight(); in Layout()180 Rectangle aPanelRect( i_rDeckPlayground ); in Layout()199 Size aTabBarSize = ( aPreferredSize.Height() < i_rDeckPlayground.GetHeight() ) in Layout()202 aTabBarSize.Width() = i_rDeckPlayground.GetWidth(); in Layout()204 Rectangle aPanelRect( i_rDeckPlayground ); in Layout()
70 Rectangle DrawerDeckLayouter::Layout( const Rectangle& i_rDeckPlayground ) in IMPLEMENT_IREFERENCE()74 return i_rDeckPlayground; in IMPLEMENT_IREFERENCE()76 const int nWidth( i_rDeckPlayground.GetWidth() ); in IMPLEMENT_IREFERENCE()83 Point aUpperDrawerPos( i_rDeckPlayground.TopLeft() ); in IMPLEMENT_IREFERENCE()94 Point aLowerDrawerPos( i_rDeckPlayground.BottomLeft() ); in IMPLEMENT_IREFERENCE()
58 virtual ::Rectangle Layout( const ::Rectangle& i_rDeckPlayground ) = 0;
88 virtual Rectangle Layout( const Rectangle& i_rDeckPlayground );
63 virtual Rectangle Layout( const Rectangle& i_rDeckPlayground );
Completed in 13 milliseconds