Searched refs:bottomPadding (Results 1 – 7 of 7) sorted by relevance
46 auto bottomPadding = 0.0f; in MeasureContent() local52 … bottomPadding = padding->bottom.value_or(CalcLength(0.0_vp)).GetDimension().ConvertToPx(); in MeasureContent()63 auto height = DEFAULT_SIZE.ConvertToPx() - topPadding - bottomPadding; in MeasureContent()
215 auto bottomPadding = padding.bottom.value_or(0.0); in PerformMeasureSelf() local231 … auto actualHeight = static_cast<float>(childSize_.Height() + topPadding + bottomPadding); in PerformMeasureSelf()239 … if (GreatOrEqual(childSize_.Height() + topPadding + bottomPadding, frameSize.Height())) { in PerformMeasureSelf()240 … frameSize = SizeF(frameSize.Width(), childSize_.Height() + topPadding + bottomPadding); in PerformMeasureSelf()
172 float bottomPadding = padding.bottom.value_or(0.0f); in CheckBottomEdgeOverlap() local173 if (!NearEqual(bottomPadding, 0.0f) || !NearEqual(bottomMargin, 0.0f)) { in CheckBottomEdgeOverlap()
647 auto bottomPadding = padding.bottom.value_or(0.0f); in LayoutSearchIcon() local663 if (topPadding <= iconInterval && bottomPadding <= iconInterval) { in LayoutSearchIcon()665 } else if (topPadding <= iconInterval && bottomPadding > iconInterval) { in LayoutSearchIcon()666 imageVerticalOffset = params.searchFrameHeight - (bottomPadding + iconFrameHeight); in LayoutSearchIcon()
83 float bottomPadding = padding.bottom.value_or(0.0f); in CheckBottomEdgeOverlap() local84 if (!NearEqual(bottomPadding, 0.0f) || !NearEqual(bottomMargin, 0.0f)) { in CheckBottomEdgeOverlap()
452 double bottomPadding = 0.0; local454 bottomPadding = NormalizeToPx(decoration_->GetPadding().Bottom());456 … errorOffset += Offset(0.0, innerRect_.Height() + bottomPadding + NormalizeToPx(COUNT_SPACING));479 double bottomPadding = 0.0; local481 bottomPadding = NormalizeToPx(decoration_->GetPadding().Bottom());483 countOffset += Offset(0.0, bottomPadding + NormalizeToPx(COUNT_SPACING));
80 auto bottomPadding = padding ? padding->bottom->GetDimension().ConvertToVp() : 0.0f; in GenPlaceChildrenConstraintNG() local89 …roperty<double>("maxHeight", size.Height() / pipeline->GetDipScale() - topPadding - bottomPadding - in GenPlaceChildrenConstraintNG()