Searched refs:aTbSize (Results 1 – 2 of 2) 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()
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