/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | offscreen_canvas.h | 160 void SetFontSize(const Dimension& size) in SetFontSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_component.h | 65 auto size = static_cast<int32_t>(GetChildren().size()); in SetIndex() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 144 void DatePickerColumnLayoutAlgorithm::MeasureText(LayoutWrapper* layoutWrapper, const SizeF& size) in MeasureText() argument 153 void DatePickerColumnLayoutAlgorithm::ChangeTextStyle(uint32_t index, uint32_t showOptionCount, const SizeF& size, in ChangeTextStyle() argument 186 auto size = geometryNode->GetFrameSize(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | swiper_indicator.h | 73 void SetSize(const Dimension& size) in SetSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | native_interface_xcomponent_impl.cpp | 22 int32_t OH_NativeXComponent::GetXComponentId(char* id, uint64_t* size) in GetXComponentId() argument 85 GetHistoryPoints(const void* window, int32_t* size, OH_NativeXComponent_HistoricalPoint** historicalPoints) GetHistoryPoints() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_layout_algorithm.cpp | 442 auto size = static_cast<float>(theme->GetLinearSplitChildMinSize()); GetLinearSplitChildMinSize() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_method.h | 37 auto size = paintWrapper->GetContentSize(); variable 95 auto size = paintWrapper->GetContentSize(); variable 131 SetModifierBoundsRect(const SizeF& size, const OffsetF& offset) SetModifierBoundsRect() argument [all...] |
H A D | checkbox_modifier.h | 162 void SetSize(SizeF& size) in SetSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_layout_algorithm.cpp | 321 auto size = CreateIdealSize(constraint.value(), Axis::HORIZONTAL, MeasureType::MATCH_PARENT, true); in Measure() local 132 MeasureTitleBar(LayoutWrapper* layoutWrapper, const RefPtr<NavDestinationGroupNode>& hostNode, const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, const SizeF& size) MeasureTitleBar() argument 172 MeasureContentChild(LayoutWrapper* layoutWrapper, const RefPtr<NavDestinationGroupNode>& hostNode, const RefPtr<NavDestinationLayoutProperty>& navDestinationLayoutProperty, const SizeF& size, float titleBarAndToolBarHeight) MeasureContentChild() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | render_select_popup.cpp | 50 auto size = renderPositioned_->GetLayoutSize(); in OnPaintFinish() local 101 void RenderSelectPopup::AdjustTvChildVerticalLayout(const Size& size, double& y, double& height) in AdjustTvChildVerticalLayout() argument 119 AdjustTvChildHorizontalLayout(const Size& size, double& x, double& width) AdjustTvChildHorizontalLayout() argument 162 AdjustChildVerticalLayout(const Size& size, double& y, double& height) AdjustChildVerticalLayout() argument 200 AdjustChildHorizontalLayout(const Size& size, double& x, double& width) AdjustChildHorizontalLayout() argument 247 AdjustChildLayout(Size& size) AdjustChildLayout() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 193 auto size = layoutAlgorithm_->MeasureContent(layoutProperty_->CreateContentConstraint(), this); in Measure() local 369 auto size = GetGeometryNode()->GetFrameSize(); in LayoutOverlay() local
|
H A D | layout_wrapper.h | 95 auto size() const in size() function in OHOS::Ace::NG::final
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 23 void OffsetByAlign(const SizeF& size, float rowLen, float colLen, float& positionX, float& positionY) in OffsetByAlign() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_pattern.cpp | 81 auto size = dirty->GetGeometryNode()->GetFrameSize(); in OnDirtyLayoutWrapperSwap() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | rosen_render_list_item.cpp | 82 Size size = GetLayoutSize(); in OnPaintFinish() local 121 auto size = GetPaintSize(); in PaintUniversalBackground() local [all...] |
H A D | grid_layout_manager.cpp | 462 double size = (direction_ == FlexDirection::ROW || direction_ == FlexDirection::ROW_REVERSE) ? itemSize.Width() in MoveItemToViewPort() local
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_column.cpp | 212 auto size = GetLayoutParam().GetMaxSize(); in PerformLayout() local 248 auto size in PerformLayout() local 263 auto size = GetLayoutSize(); LayoutSplitter() local 296 auto size = GetLayoutSize(); UpdateAccessibility() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | geometry_node.h | 60 auto size = frame_.rect_.GetSize(); in GetMarginFrameSize() local 85 auto size = frame_.rect_.GetSize(); in GetMarginFrameRect() local 138 void SetFrameSize(const SizeF& size) in SetFrameSize() argument 173 auto size = frame_.rect_.GetSize(); GetPaddingSize() local 202 auto size = rect.GetSize(); GetPaddingRect() local 212 SetContentSize(const SizeF& size) SetContentSize() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_layout_algorithm.cpp | 100 auto size = SizeF(defaultThickness, defaultThickness); in MeasureContent() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_layout_algorithm.cpp | 325 auto size = CreateIdealSize(constraint.value(), Axis::HORIZONTAL, MeasureType::MATCH_PARENT, true); in Measure() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 392 size_t size = static_cast<size_t>(len); in ReadMissionInfosFromParcel() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_exit_reason_data_manager.cpp | 291 auto size = jsonObject[JSON_KEY_ABILITY_LIST].size(); in ConvertAppExitReasonInfoFromValue() local 587 auto size = jsonObject[JSON_KEY_RECOVER_INFO_LIST].size(); in ConvertAbilityRecoverInfoFromValue() local 597 auto size = jsonObject[JSON_KEY_SESSION_ID_LIST].size(); in ConvertAbilityRecoverInfoFromValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_layout_algorithm.cpp | 57 auto size = folderStackGeometryNode->GetFrameSize(); in LayoutHoverStack() local 124 auto size = CreateIdealSizeByPercentRef(layoutConstraint.value(), Axis::HORIZONTAL, MeasureType::MATCH_PARENT) in Measure() local 151 MeasureHoverStack(LayoutWrapper* layoutWrapper, const RefPtr<FolderStackGroupNode>& hostNode, const RefPtr<FolderStackLayoutProperty>& foldStackLayoutProperty, const SizeF& size) MeasureHoverStack() argument 165 MeasureControlPartsStack(LayoutWrapper* layoutWrapper, const RefPtr<FolderStackGroupNode>& hostNode, const RefPtr<FolderStackLayoutProperty>& foldStackLayoutProperty, const SizeF& size) MeasureControlPartsStack() argument 186 RangeCalculation(const RefPtr<FolderStackGroupNode>& hostNode, const RefPtr<FolderStackLayoutProperty>& folderStackLayoutProperty, const SizeF& size) RangeCalculation() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_checkbox_bridge.cpp | 64 CalcDimension size;
in SetMark() local
|
H A D | arkts_native_grid_row_bridge.cpp | 116 int32_t size = 0; in SetBreakpoints() local
|