/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | skia_image_data.cpp | 90 imageSize.SetSizeT(SizeF(astcSize.first, astcSize.second)); in Parse() 101 imageSize.SetSizeT(SizeF(codec->dimensions().fHeight, codec->dimensions().fWidth)); in Parse() 104 imageSize.SetSizeT(SizeF(codec->dimensions().fWidth, codec->dimensions().fHeight)); in Parse()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_layout_algorithm.cpp | 42 componentSize.SetSizeT(layoutConstraintMaxSize); in MeasureContent() 48 componentSize.SetSizeT(sizeSet); in MeasureContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_layout_algorithm.cpp | 48 constraint.maxSize.SetSizeT(subwindowRect.GetSize()); in CheckLayoutConstraint() 49 constraint.percentReference.SetSizeT(constraint.maxSize); in CheckLayoutConstraint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/ |
H A D | drawing_image_data.cpp | 114 imageSize.SetSizeT(SizeF(astcSize.first, astcSize.second)); in Parse() 139 imageSize.SetSizeT(SizeF(codec->dimensions().fWidth, codec->dimensions().fHeight)); in Parse()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_algorithm.cpp | 92 size.SetSizeT(GetMaxSize(contentConstraint.maxSize, aspectRatio)); in MeasureContent() 101 size.SetSizeT(sizeSet); in MeasureContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_layout_algorithm.cpp | 99 childConstraint.maxSize.SetSizeT(contentSize); in Measure() 100 childConstraint.percentReference.SetSizeT(contentSize); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_layout_algorithm.cpp | 116 childConstraint.maxSize.SetSizeT(contentSize); in Measure() 117 childConstraint.percentReference.SetSizeT(contentSize); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_layout_algorithm.cpp | 112 childFrame.SetSizeT(SizeF { maxWidth, maxHeight }); in GetChildrenSize()
|
H A D | rect_paint_property.h | 257 contentSize_.SetSizeT(contentSize); in SetContentSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_layout_algorithm.cpp | 98 frameSize.SetSizeT(SizeF { indicatorWidth_, indicatorHeight_ }); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 134 childFrame.SetSizeT(SizeF { maxWidth, maxHeight }); in PerformMeasureSelfWithChildList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 135 constraintSize.SetSizeT(SizeF(minLength, minLength)); in HandleLabelCircleButtonConstraint() 278 …frameSize.SetSizeT(SizeF { static_cast<float>(rrectRadius * 2), static_cast<float>(rrectRadius * 2… in MeasureCircleButton()
|
H A D | button_pattern.h | 336 preFrameSize_.SetSizeT(frameSize); in SetPreFrameSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | layout_constraint.h | 205 percentReference.SetSizeT(size); in UpdatePercentReference()
|
H A D | measure_property.h | 100 void SetSizeT(const CalcSize& Size) in SetSizeT() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_layout_algorithm.cpp | 77 textLayoutConstraint.maxSize.SetSizeT(textSize); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/ |
H A D | image_provider_test_ng.cpp | 270 srcSize.SetSizeT(SizeF(-1, -1)); 274 srcSize.SetSizeT(SizeF(4, 4)); 278 srcSize.SetSizeT(SizeF(4, 1)); 282 srcSize.SetSizeT(SizeF(1, 4));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | box_layout_algorithm_test_ng.cpp | 721 parentLayoutConstraint.percentReference.SetSizeT(SizeF(RK356_WIDTH, ROW_HEIGHT)); 732 parentLayoutConstraint.minSize.SetSizeT(SizeF(RK356_WIDTH + 1, ROW_HEIGHT + 1));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_method.cpp | 101 lastLayoutSize_.SetSizeT(pixelGridRoundSize); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | size_t.h | 94 void SetSizeT(const SizeT& SizeT) in SetSizeT() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_test_ng.cpp | 1699 layoutConstraintSize.maxSize.SetSizeT(cases[i]);
|