Searched refs:aTbSize (Results 1 – 3 of 3) sorted by relevance
634 Size aTbSize = GetSizePixel(); in AdjustToolBox() local636 (aSize.Width() && aSize.Width() != aTbSize.Width()) || in AdjustToolBox()637 (aSize.Height() && aSize.Height() != aTbSize.Height()) in AdjustToolBox()
1019 Size aTbSize = Size( aOutSize.Width(), maToolBox.CalcWindowSizePixel().Height()); in Resize() local1020 maToolBox.SetPosSizePixel( aTbPos, aTbSize ); in Resize()1051 Size aTbSize= Size( maToolBox.CalcWindowSizePixel().Width(), aOutSize.Height()); in Resize() local1052 maToolBox.SetPosSizePixel( aTbPos, aTbSize); in Resize()
1308 Size aTbSize = _pToolBox->GetSizePixel(); in adjustToolBoxSize() local1309 if ( (aSize.Width() && aSize.Width() != aTbSize.Width()) || in adjustToolBoxSize()1310 (aSize.Height() && aSize.Height() != aTbSize.Height()) ) in adjustToolBoxSize()
Completed in 34 milliseconds