Searched refs:selfHeight (Results 1 – 6 of 6) sorted by relevance
63 auto selfHeight = contentConstraint.selfIdealSize.Height().value(); in MeasureContent() local65 width = std::min(width, selfHeight); in MeasureContent()67 return SizeF(width, selfHeight); in MeasureContent()
62 auto selfHeight = contentConstraint.selfIdealSize.Height().value(); in MeasureContent() local63 auto newWidth = (selfHeight / portHeight) * portWidth; in MeasureContent()64 newSize = contentConstraint.Constrain(SizeF(newWidth, selfHeight)); in MeasureContent()
83 …dRowLayoutAlgorithm::MeasureSelf(LayoutWrapper* layoutWrapper, float childHeight, float selfHeight) in MeasureSelf() argument92 idealSize.SetHeight(selfHeight + padding.Height()); in MeasureSelf()287 float selfHeight = maxSize.Height(); in Measure() local288 MeasureSelf(layoutWrapper, childrenHeight, selfHeight); in Measure()
62 void MeasureSelf(LayoutWrapper* layoutWrapper, float childHeight, float selfHeight);
424 auto selfHeight = layoutConstraint_->selfIdealSize.Height(); in CheckBorderAndPadding() local425 if (!selfWidth && !selfHeight) { in CheckBorderAndPadding()460 std::optional<float> selfHeight; in CheckAspectRatio() local463 selfHeight = selfWidth.value() / aspectRatio; in CheckAspectRatio()464 if (selfHeight > maxHeight) { in CheckAspectRatio()465 selfHeight = maxHeight; in CheckAspectRatio()466 selfWidth = selfHeight.value() * aspectRatio; in CheckAspectRatio()470 selfWidth = selfHeight.value() * aspectRatio; in CheckAspectRatio()473 selfHeight = selfWidth.value() / aspectRatio; in CheckAspectRatio()477 if (selfHeight) { in CheckAspectRatio()[all …]
3106 float selfHeight = selfSize.Height(); in GetRectOffsetWithPositionEdges() local3133 parentHeight - selfHeight - in GetRectOffsetWithPositionEdges()