Home
last modified time | relevance | path

Searched refs:SetSizeT (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_image_data.cpp90 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 Dmodel_layout_algorithm.cpp42 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 Dmenu_wrapper_layout_algorithm.cpp48 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 Ddrawing_image_data.cpp114 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 Dimage_layout_algorithm.cpp92 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 Dradio_layout_algorithm.cpp99 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 Dcheckbox_layout_algorithm.cpp116 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 Dshape_container_layout_algorithm.cpp112 childFrame.SetSizeT(SizeF { maxWidth, maxHeight }); in GetChildrenSize()
H A Drect_paint_property.h257 contentSize_.SetSizeT(contentSize); in SetContentSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp98 frameSize.SetSizeT(SizeF { indicatorWidth_, indicatorHeight_ }); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dbox_layout_algorithm.cpp134 childFrame.SetSizeT(SizeF { maxWidth, maxHeight }); in PerformMeasureSelfWithChildList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp135 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 Dbutton_pattern.h336 preFrameSize_.SetSizeT(frameSize); in SetPreFrameSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.h205 percentReference.SetSizeT(size); in UpdatePercentReference()
H A Dmeasure_property.h100 void SetSizeT(const CalcSize& Size) in SetSizeT() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp77 textLayoutConstraint.maxSize.SetSizeT(textSize); in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp270 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 Dbox_layout_algorithm_test_ng.cpp721 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 Dcanvas_paint_method.cpp101 lastLayoutSize_.SetSizeT(pixelGridRoundSize); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h94 void SetSizeT(const SizeT& SizeT) in SetSizeT() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_test_ng.cpp1699 layoutConstraintSize.maxSize.SetSizeT(cases[i]);