/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | render_tip.cpp | 70 void RenderTip::AdaptChildPadding(const Size& childSize, const Size& selfSize) in AdaptChildPadding() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_layout_algorithm.cpp | 62 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 D | scroll_bar_layout_algorithm.cpp | 99 auto selfSize = idealSize.ConvertToSizeT(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/ |
H A D | render_dialog_modal.cpp | 70 Size selfSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_utils.cpp | 194 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 D | dialog_model_test_ng.cpp | 1294 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 D | water_flow_layout_sw.cpp | 699 SizeF selfSize = (axis_ == Axis::VERTICAL) ? SizeF(selfCrossLen, mainLen_) : SizeF(mainLen_, selfCrossLen); in PostMeasureSelf() local
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 113 int selfSize; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 530 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 D | rosen_render_context.cpp | 3072 SizeF selfSize = frameNode->GetGeometryNode()->GetFrameSize(); in GetRectOffsetWithPositionEdges() local
|