/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/ |
D | root_layout_algorithm.cpp | 23 void RootLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::RootLayoutAlgorithm 29 (*children.begin())->Measure(layoutConstraint); in Measure() 44 child->Measure(layoutConstraint); in Measure() 46 child->Measure(safeAreaConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
D | render_track.h | 56 virtual Size Measure(); 198 Size Measure() override; 209 Size Measure() override; 220 Size Measure() override; 231 Size Measure() override; 242 Size Measure() override;
|
D | render_track.cpp | 107 Size size = Measure(); in PerformLayout() 168 Size RenderTrack::Measure() in Measure() function in OHOS::Ace::RenderTrack 194 Size RenderCircleTrack::Measure() in Measure() function in OHOS::Ace::RenderCircleTrack 211 Size RenderScaleRingTrack::Measure() in Measure() function in OHOS::Ace::RenderScaleRingTrack 228 Size RenderArcTrack::Measure() in Measure() function in OHOS::Ace::RenderArcTrack 245 Size RenderMoonTrack::Measure() in Measure() function in OHOS::Ace::RenderMoonTrack 262 Size RenderCapsuleTrack::Measure() in Measure() function in OHOS::Ace::RenderCapsuleTrack
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/root/ |
D | mock_root_layout_algorithm.cpp | 20 void RootLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::RootLayoutAlgorithm 22 BoxLayoutAlgorithm::Measure(layoutWrapper); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
D | xcomponent_layout_algorithm.cpp | 36 void XComponentLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::XComponentLayoutAlgorithm 41 LinearLayoutUtils::Measure(layoutWrapper, true); in Measure() 43 BoxLayoutAlgorithm::Measure(layoutWrapper); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/stage/ |
D | mock_stage_layout_algorithm.cpp | 22 void StageLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::StageLayoutAlgorithm 26 child->Measure(layoutConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
D | toast_layout_algorithm.cpp | 29 void ToastLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::ToastLayoutAlgorithm 33 text->Measure(layoutConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
D | close_icon_layout_algorithm.cpp | 22 void CloseIconLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::CloseIconLayoutAlgorithm 29 child->Measure(layoutConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
D | swiper_arrow_layout_algorithm.cpp | 26 void SwiperArrowLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::SwiperArrowLayoutAlgorithm 33 child->Measure(layoutConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
D | navigation_content_layout_algorithm.cpp | 25 void NavigationContentLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::NavigationContentLayoutAlgorithm 32 child->Measure(layoutConstraint); in Measure()
|
D | nav_bar_layout_algorithm.cpp | 49 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 60 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 70 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 76 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 100 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 110 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 159 toolBarWrapper->Measure(constraint); in MeasureToolBar() 167 toolBarWrapper->Measure(constraint); in MeasureToolBar() 188 dividerWrapper->Measure(constraint); in MeasureToolBarDivider() 195 dividerWrapper->Measure(constraint); in MeasureToolBarDivider() [all …]
|
D | bar_item_layout_algorithm.cpp | 45 iconWrapper->Measure(constraint); in MeasureIcon() 61 textWrapper->Measure(contentConstraint); in MeasureToolbarItemText() 87 textWrapper->Measure(constraint); in MeasureToolbarItemText() 101 textWrapper->Measure(constraint); in MeasureToolbarItemText() 118 textWrapper->Measure(constraint); in MeasureText() 169 void BarItemLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::BarItemLayoutAlgorithm
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
D | menu_wrapper_layout_algorithm.cpp | 29 void MenuWrapperLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::MenuWrapperLayoutAlgorithm 40 child->Measure(layoutConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
D | render_block.cpp | 36 SetLayoutSize(Measure()); in PerformLayout() 39 Size RenderBlock::Measure() in Measure() function in OHOS::Ace::RenderBlock
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
D | stage_layout_algorithm.cpp | 23 void StageLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::StageLayoutAlgorithm 31 child->Measure(layoutConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
D | navdestination_layout_algorithm.cpp | 48 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 55 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 62 titleBarWrapper->Measure(constraint); in MeasureTitleBar() 82 contentWrapper->Measure(constraint); in MeasureContentChild() 127 void NavDestinationLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::NavDestinationLayoutAlgorithm
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
D | video_layout_algorithm.cpp | 65 void VideoLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::VideoLayoutAlgorithm 76 child->Measure(layoutConstraintForImage); in Measure() 84 child->Measure(layoutConstraintForControlBar); in Measure() 90 child->Measure(layoutConstraintForImage); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
D | text_timer_layout_algorithm.cpp | 26 void TextTimerLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::TextTimerLayoutAlgorithm 34 textWrapper->Measure(childConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
D | text_clock_layout_algorithm.cpp | 20 void TextClockLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::TextClockLayoutAlgorithm 28 textWrapper->Measure(childConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
D | layout_algorithm.h | 49 virtual void Measure(LayoutWrapper* layoutWrapper) {} in Measure() function 100 void Measure(LayoutWrapper* layoutWrapper) override in Measure() function 105 layoutAlgorithm_->Measure(layoutWrapper); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/ |
D | grid_container_layout_algorithm.h | 35 void Measure(LayoutWrapper* layoutWrapper) override in Measure() function 53 LinearLayoutAlgorithm::Measure(layoutWrapper); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
D | custom_node_layout_algorithm.cpp | 26 void CustomNodeLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::CustomNodeLayoutAlgorithm 58 child->Measure(layoutConstraint); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
D | calendar_picker_layout_algorithm.cpp | 26 void CalendarPickerLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::CalendarPickerLayoutAlgorithm 60 textWrapper->Measure(textLayoutConstraint); in CalendarPickerContentMeasure() 81 contentWrapper->Measure(contentLayoutConstraint); in CalendarPickerContentMeasure() 105 contentWrapper->Measure(contentLayoutConstraint); in CalendarPickerFlexMeasure()
|
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
D | measurer_test.cpp | 43 HWTEST_F(MeasurerTest, Measure, TestSize.Level1) 56 GTEST_ASSERT_EQ(measurer->Measure(cgs), 0);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
D | list_item_layout_algorithm.cpp | 25 void ListItemLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() function in OHOS::Ace::NG::ListItemLayoutAlgorithm 33 child->Measure(layoutConstraint); in Measure() 53 startNode->Measure(startLayoutConstraint); in Measure() 67 endNode->Measure(endLayoutConstraint); in Measure()
|