Home
last modified time | relevance | path

Searched defs:parentSize (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/test/unittest/alignment/
H A Dalignment_test.cpp59 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
87 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
115 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
143 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
171 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
199 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
227 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
255 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
283 Size parentSize = Size(LARGE_LENGTH, EXTRA_LARGE_LENGTH); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_layout_algorithm.cpp45 void UpdateIdealSize(Axis axis, const SizeF& childSize, const OptionalSizeF& parentSize, OptionalSi… in UpdateIdealSize()
86 auto parentSize = CreateIdealSize(constraint.value(), axis, MeasureType::MATCH_PARENT); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dalignment.cpp51 Offset Alignment::GetAlignPosition(const Size& parentSize, const Size& childSize, const Alignment& … in GetAlignPosition()
64 const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) in GetAlignPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H A Dstack_layout_algorithm.cpp71 const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) in CalculateStackAlignment()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp167 …utAlgorithm::MeasureLimitValueText(LayoutWrapper* layoutWrapper, const SizeF& parentSize, bool isM… in MeasureLimitValueText()
198 void GaugeLayoutAlgorithm::MeasureDescription(LayoutWrapper* layoutWrapper, const SizeF& parentSize) in MeasureDescription()
232 void GaugeLayoutAlgorithm::MeasureTitleChild(LayoutWrapper* layoutWrapper, const SizeF& parentSize) in MeasureTitleChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp169 auto parentSize = geometryNode->GetFrameSize(); in GetTextDataOffset() local
334 auto parentSize = geometryNode->GetFrameSize(); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Doverlay_modifier.h170 …static OffsetF GetTextPosition(const SizeF& parentSize, const SizeF& childSize, OverlayOptions& ov… in GetTextPosition()
H A Drosen_render_context.cpp3107 SizeF parentSize = parentNode->GetGeometryNode()->GetFrameSize(); in GetRectOffsetWithPositionEdges() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp316 …auto parentSize = CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, MeasureType::M… in RangeCalculation() local
386 …auto parentSize = CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, MeasureType::M… in CalculateNavigationWidth() local
454 …auto parentSize = CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, MeasureType::M… in SizeCalculation() local
481 auto parentSize = CreateIdealSizeByPercentRef( in SizeCalculationSplit() local
H A Dnavigation_pattern.cpp1652 …auto parentSize = CreateIdealSize(constraint.value(), Axis::HORIZONTAL, MeasureType::MATCH_PARENT); in HandleDragUpdate() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dpts_and_index_conversion.cpp176 uint64_t parentSize = offset_ + static_cast<uint64_t>(boxSize); in ParseMoov() local
219 uint64_t parentSize = offset_ + static_cast<uint64_t>(boxSize); in ParseBox() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp270 const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) in CalculateStackAlignment()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp669 Size parentSize = selfLayoutSize_ - margin_.GetLayoutSize() - padding_.GetLayoutSize(); in CalculateChildPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp66 OffsetF TextInputResponseArea::GetChildOffset(SizeF parentSize, RectF contentRect, SizeF childSize,… in GetChildOffset()