Lines Matching refs:Height

392 	if( aPaneSize.Height() < maMinSize.Height() )  in updateLayout()
393 aPaneSize.Height() = maMinSize.Height(); in updateLayout()
406 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
425 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
439 aCursor.Y() += aCtrlSize.Height() + aOffset.Y(); in updateLayout()
445 aCursor.Y() += aCtrlSize.Height() + 2 * aOffset.Y(); in updateLayout()
453 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout()
477 long nDeltaY = aListBoxSize.Height() + aOffset.Y(); in updateLayout()
483 aLBPos.Y() += aFixedTextSize.Height() + aOffset.Y(); in updateLayout()
486 nDeltaY = aListBoxSize.Height() + aFixedTextSize.Height() + 2*aOffset.Y(); in updateLayout()
493 if( aListBoxSize.Height() > aFixedTextSize.Height() ) in updateLayout()
494 aFTPos.Y() = aLBPos.Y() + ((aListBoxSize.Height() - aFixedTextSize.Height()) >> 1); in updateLayout()
496 aLBPos.Y() = aFTPos.Y() + ((aFixedTextSize.Height() - aListBoxSize.Height()) >> 1); in updateLayout()
527 …aCursor = Point( aOffset.X(), aPaneSize.Height() - mpCBAutoPreview->GetSizePixel().Height() - aOff… in updateLayout()
531 aCursor.Y() -= /* aOffset.Y() + */ mpFLSeperator2->GetSizePixel().Height(); in updateLayout()
543 aCursor.Y() -= aCtrlSize.Height() /* + aOffset.Y() */; in updateLayout()
550 aCursor.Y() -= aCtrlSize.Height() + aOffset.Y(); in updateLayout()
562 aCursor.Y() -= /* aOffset.Y() + */ mpFLSeperator1->GetSizePixel().Height(); in updateLayout()
571 aCursor.Y() -= aOffset.Y() + aSize.Height(); in updateLayout()
584 aCursor.Y() += (aSize.Height() - mpFTChangeOrder->GetSizePixel().Height()) >> 1; in updateLayout()
2606 return pDialog->LogicToPixel(Size( 80, 256 ), MAP_APPFONT).Height(); in getCustomAnimationPanelMinimumHeight()