Searched refs:realSize_ (Results 1 – 5 of 5) sorted by relevance
327 auto size = realSize_; in UpdatePhoneFocus()414 auto boxSize = realSize_; in LayoutBox()421 boxLayout.SetFixedSize(realSize_); in LayoutBox()440 realSize_ = renderText_->GetLayoutSize(); in PerformLayout()446 if (realSize_.Width() - textSize.Width() < realPadding_) { in PerformLayout()447 realSize_.SetWidth(textSize.Width() + realPadding_); in PerformLayout()450 realSize_.SetHeight(textSize.Height() + realPadding_); in PerformLayout()454 if (realSize_.Width() > maxWidth) { in PerformLayout()455 realSize_.SetWidth(maxWidth); in PerformLayout()465 double textX = (realSize_.Width() - textSize.Width()) / 2.0; // place center in PerformLayout()[all …]
96 Size realSize_; variable
70 Size realSize_; variable
101 OptionalSizeF realSize_; variable
221 realSize_.Reset(); in InitFlexProperties()