Searched refs:aInnerSize (Results 1 – 3 of 3) sorted by relevance
259 Size aInnerSize = aSize; in NotifyChange() local260 aInnerSize.Width() -= 2; in NotifyChange()261 aInnerSize.Height() -= 2; in NotifyChange()265 if ( aDrawSize.Width() > aInnerSize.Width() ) in NotifyChange()268 if ( aDrawSize.Height() > aInnerSize.Height() ) in NotifyChange()271 aDrawSize.Height() = aInnerSize.Height(); in NotifyChange()274 aDrawSize.Width() = aInnerSize.Width(); in NotifyChange()276 else if ( aDrawSize.Height() > aInnerSize.Height() ) in NotifyChange()279 if ( aDrawSize.Width() > aInnerSize.Width() ) in NotifyChange()282 aDrawSize.Width() = aInnerSize.Width(); in NotifyChange()[all …]
104 Size aInnerSize = aInnerRect.GetSize(); in Draw() local107 aInnerRect.Top() = aInnerCenter.Y() - (aInnerSize.Width()>>1); in Draw()108 aInnerRect.Bottom()= aInnerCenter.Y() + (aInnerSize.Width()>>1); in Draw()
1578 Size aInnerSize = GetInnerRect().GetSize(); in CalcAlignment() local1584 aSize.Height() = aInnerSize.Height(); in CalcAlignment()1608 aSize.Width() = aInnerSize.Width(); in CalcAlignment()
Completed in 35 milliseconds