Home
last modified time | relevance | path

Searched defs:selfSize (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Drender_tip.cpp70 void RenderTip::AdaptChildPadding(const Size& childSize, const Size& selfSize) in AdaptChildPadding() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_layout_algorithm.cpp62 auto selfSize = idealSize.ConvertToSizeT(); in Measure() local
81 void ScrollLayoutAlgorithm::UseInitialOffset(Axis axis, SizeF selfSize, LayoutWrapper* layoutWrapper) in UseInitialOffset() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_layout_algorithm.cpp99 auto selfSize = idealSize.ConvertToSizeT(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Drender_dialog_modal.cpp70 Size selfSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.cpp194 void UpdatePaddingPropertyF(const PaddingProperty& padding, const ScaleProperty& scaleProperty, const SizeF& selfSize, in UpdatePaddingPropertyF() argument
320 auto selfSize = GetCrossAxisSize(idealSize, axis); in CreateIdealSize() local
334 auto selfSize = GetMainAxisSize(idealSize, axis); in CreateIdealSize() local
453 auto selfSize in CreateIdealSizeByPercentRef() local
467 auto selfSize = GetMainAxisSize(idealSize, axis); CreateIdealSizeByPercentRef() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp1294 auto selfSize = SizeF(CHILD_SIZE_2, CHILD_SIZE_2); in HWTEST_F() local
1450 SizeF selfSize = SizeF(1.0f, 100.0f); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp699 SizeF selfSize = (axis_ == Axis::VERTICAL) ? SizeF(selfCrossLen, mainLen_) : SizeF(mainLen_, selfCrossLen); in PostMeasureSelf() local
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h113 int selfSize; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp530 auto selfSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in Layout() local
612 SetSubWindowHotarea( const RefPtr<DialogLayoutProperty>& dialogProp, SizeF childSize, SizeF selfSize, int32_t frameNodeId) SetSubWindowHotarea() argument
640 IsDialogTouchingBoundary(OffsetF topLeftPoint, SizeF childSize, SizeF selfSize) IsDialogTouchingBoundary() argument
659 MultipleDialog(const RefPtr<DialogLayoutProperty>& dialogProp, const SizeF& childSize, const SizeF& selfSize, const RefPtr<OverlayManager> subOverlayManager) MultipleDialog() argument
689 ComputeChildPosition( const SizeF& childSize, const RefPtr<DialogLayoutProperty>& prop, const SizeF& selfSize) ComputeChildPosition() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3072 SizeF selfSize = frameNode->GetGeometryNode()->GetFrameSize(); in GetRectOffsetWithPositionEdges() local

Completed in 21 milliseconds