/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/test/unittest/alignment/ |
H A D | alignment_test.cpp | 59 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 D | scroll_bar_layout_algorithm.cpp | 45 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 D | alignment.cpp | 51 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 D | stack_layout_algorithm.cpp | 71 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 D | gauge_layout_algorithm.cpp | 167 …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 D | badge_layout_algorithm.cpp | 169 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 D | overlay_modifier.h | 170 …static OffsetF GetTextPosition(const SizeF& parentSize, const SizeF& childSize, OverlayOptions& ov… in GetTextPosition()
|
H A D | rosen_render_context.cpp | 3107 SizeF parentSize = parentNode->GetGeometryNode()->GetFrameSize(); in GetRectOffsetWithPositionEdges() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_layout_algorithm.cpp | 316 …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 D | navigation_pattern.cpp | 1652 …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 D | pts_and_index_conversion.cpp | 176 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 D | folder_stack_layout_algorithm.cpp | 270 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 D | render_box_base.cpp | 669 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 D | text_input_response_area.cpp | 66 OffsetF TextInputResponseArea::GetChildOffset(SizeF parentSize, RectF contentRect, SizeF childSize,… in GetChildOffset()
|