Home
last modified time | relevance | path

Searched defs:constraint (Results 1 – 25 of 64) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dbar_item_layout_algorithm.cpp41 auto constraint = barItemLayoutProperty->CreateChildConstraint(); in MeasureIcon() local
58 auto constraint = barItemLayoutProperty->CreateChildConstraint(); in MeasureToolbarItemText() local
96 auto constraint = barItemLayoutProperty->CreateChildConstraint(); in MeasureText() local
110 const auto& constraint = barItemLayoutProperty->GetLayoutConstraint(); in LayoutIcon() local
135 const auto& constraint = barItemLayoutProperty->GetLayoutConstraint(); in LayoutText() local
165 const auto& constraint = barItemLayoutProperty->GetLayoutConstraint(); in Measure() local
Dnavigation_layout_algorithm.cpp58 auto constraint = navigationLayoutProperty->CreateChildConstraint(); in MeasureDivider() local
196 const auto& constraint = navigationLayoutProperty->GetLayoutConstraint(); in RangeCalculation() local
268 const auto& constraint = navigationLayoutProperty->GetLayoutConstraint(); in UpdateNavigationMode() local
302 auto constraint = navigationLayoutProperty->GetLayoutConstraint(); in SizeCalculation() local
417 auto constraint = navigationLayoutProperty->CreateChildConstraint(); in MeasureNavBar() local
438 auto constraint = navigationLayoutProperty->CreateChildConstraint(); in MeasureContentChild() local
458 const auto& constraint = navigationLayoutProperty->GetLayoutConstraint(); in Measure() local
Dnav_bar_layout_algorithm.cpp37 auto constraint = navBarLayoutProperty->CreateChildConstraint(); in MeasureTitleBar() local
140 auto constraint = navBarLayoutProperty->CreateChildConstraint(); in MeasureToolBar() local
170 auto constraint = navBarLayoutProperty->CreateChildConstraint(); in MeasureToolBarDivider() local
194 auto constraint = navBarLayoutProperty->CreateChildConstraint(); in MeasureContentChild() local
331 const auto& constraint = navBarLayoutProperty->GetLayoutConstraint(); in Measure() local
Dtitle_bar_layout_algorithm.cpp58 auto constraint = titleBarLayoutProperty->CreateChildConstraint(); in MeasureBackButton() local
189 auto constraint = titleBarLayoutProperty->CreateChildConstraint(); in MeasureSubtitle() local
203 auto constraint = titleBarLayoutProperty->CreateChildConstraint(); in MeasureTitle() local
309 auto constraint = titleBarLayoutProperty->CreateChildConstraint(); in MeasureMenu() local
733 const auto& constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
Dside_bar_container_layout_algorithm.cpp59 const auto& constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
220 const auto& constraint = layoutProperty->GetLayoutConstraint(); in GetAllPropertyValue() local
357 auto constraint = layoutProperty->GetLayoutConstraint(); in InitRealSideBarWidth() local
384 const auto& constraint = layoutProperty->GetLayoutConstraint(); in AutoChangeSideBarWidth() local
417 auto constraint = layoutProperty->GetLayoutConstraint(); in MeasureSideBar() local
463 auto constraint = layoutProperty->GetLayoutConstraint(); in MeasureDivider() local
494 auto constraint = layoutProperty->GetLayoutConstraint(); in MeasureSideBarContent() local
524 auto constraint = layoutProperty->GetLayoutConstraint(); in MeasureControlButton() local
576 auto constraint = layoutProperty->GetLayoutConstraint(); in LayoutControlButton() local
700 auto constraint = layoutProperty->GetLayoutConstraint(); in LayoutDivider() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_layout_algorithm.cpp35 auto constraint = navDestinationLayoutProperty->CreateChildConstraint(); in MeasureTitleBar() local
68 auto constraint = navDestinationLayoutProperty->CreateChildConstraint(); in MeasureContentChild() local
136 const auto& constraint = navDestinationLayoutProperty->GetLayoutConstraint(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
Dmenu_wrapper_layout_algorithm.cpp33 auto constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
Dtext_clock_layout_algorithm.cpp34 auto constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
Dtext_timer_layout_algorithm.cpp40 auto constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_layout_algorithm.cpp51 auto constraint = layoutProperty->GetLayoutConstraint(); in IsFixedHeightMode() local
69 auto constraint = layoutProperty->GetLayoutConstraint(); in CancelImageMeasure() local
140 auto constraint = layoutProperty->GetLayoutConstraint(); in TextFieldMeasure() local
188 auto constraint = layoutProperty->GetLayoutConstraint(); in ImageMeasure() local
233 auto constraint = layoutProperty->GetLayoutConstraint(); in SearchButtonMeasure() local
315 auto constraint = layoutProperty->GetLayoutConstraint(); in SelfMeasure() local
371 const LayoutConstraintF& constraint, LayoutWrapper* layoutWrapper) in CalcSearchHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtabs_layout_algorithm.cpp43 auto constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
215 auto constraint = layoutProperty->GetLayoutConstraint(); in MeasureDivider() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_functions.cpp47 auto constraint = jsParam->GetConstraint(); in ExecuteLayout() local
58 auto constraint = jsParam->GetConstraint(); in ExecuteMeasure() local
72 auto constraint = jsParam->GetConstraint(); in ExecutePlaceChildren() local
91 auto constraint = jsParam->GetConstraint(); in ExecuteMeasureSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
Dselect_layout_algorithm.cpp95 const RefPtr<LayoutWrapper>& childLayoutWrapper, const LayoutConstraintF& constraint) in MeasureAndGetSize()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
Dgrid_container_test_ng.cpp75 LayoutConstraintF constraint; in CreateGridContainerWithChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_wrapper.cpp49 void LayoutWrapper::ApplySafeArea(const SafeAreaInsets& insets, LayoutConstraintF& constraint) in ApplySafeArea()
302 void LayoutWrapper::ApplyConstraint(LayoutConstraintF constraint) in ApplyConstraint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
Dfolder_stack_layout_algorithm.cpp174 auto constraint = foldStackLayoutProperty->CreateChildConstraint(); in MeasureHoverStack() local
188 auto constraint = foldStackLayoutProperty->CreateChildConstraint(); in MeasureControlPartsStack() local
205 const auto& constraint = folderStackLayoutProperty->GetLayoutConstraint(); in RangeCalculation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
Dscroll_layout_algorithm.cpp53 auto constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
Drs_listened_canvas.cpp179 const SkSamplingOptions& samplingOptions, const SkPaint* paint, SrcRectConstraint constraint) in onDrawImageRect2()
188 const SkPaint* paint, SrcRectConstraint constraint) in onDrawImageRect()
337 const SamplingOptions& sampling, SrcRectConstraint constraint) in DrawImageRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
Dscroll_bar_layout_algorithm.cpp71 auto constraint = layoutProperty->GetLayoutConstraint(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
Doption_layout_algorithm.cpp124 …nLayoutAlgorithm::MeasureRow(const RefPtr<LayoutWrapper>& row, const LayoutConstraintF& constraint) in MeasureRow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_picker_layout_algorithm.cpp39 auto constraint = layoutProperty->GetLayoutConstraint(); in CalendarPickerContentMeasure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmulti_menu_layout_algorithm.cpp110 LayoutWrapper* layoutWrapper, LayoutConstraintF& constraint) in UpdateConstraintBaseOnMenuItems()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
Drefresh_layout_algorithm.cpp62 RefPtr<LayoutWrapper> childLayoutWrapper, LayoutConstraintF& constraint, float customBaseHeight) in CalculateBuilderSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
Dmenu_item_layout_algorithm.cpp144 …mLayoutAlgorithm::MeasureRow(const RefPtr<LayoutWrapper>& row, const LayoutConstraintF& constraint) in MeasureRow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_recording_canvas.cpp87 const SkSamplingOptions& samplingOptions, const SkPaint* paint, SrcRectConstraint constraint) in onDrawImageRect2()
109 SrcRectConstraint constraint) in onDrawEdgeAAImageSet2()
127 const SkSamplingOptions& samplingOptions, const SkPaint* paint, SrcRectConstraint constraint) in DrawPixelMapRect()
143 const SkSamplingOptions& samplingOptions, const SkPaint& paint, SrcRectConstraint constraint) in DrawRsImage()
532 Drawing::SrcRectConstraint constraint) in DrawPixelMapRect()

123