Home
last modified time | relevance | path

Searched defs:contentSize (Results 1 - 25 of 71) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/
H A Dability_component_layout_algorithm.cpp23 OptionalSizeF contentSize; in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/remote_window/
H A Dremote_window_layout_algorithm.cpp23 OptionalSizeF contentSize; in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_paint_method.h62 const auto& contentSize = geometryNode->GetContentSize(); variable
H A Dline_paint_method.h52 const auto& contentSize = geometryNode->GetContentSize(); variable
H A Dpolygon_paint_method.h63 const auto& contentSize = geometryNode->GetContentSize(); variable
H A Dshape_container_pattern.cpp35 auto contentSize = geoNode->GetContentSize(); in ViewPortTransform() local
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_layout_algorithm.cpp40 auto contentSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.h47 SizeT<float> contentSize = SizeT<float>(0.0f, 0.0f); member
56 SizeT<float> contentSize = SizeT<float>(0.0f, 0.0f); member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_layout_algorithm.cpp52 OptionalSizeF contentSize; in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_method.cpp42 void ProgressPaintMethod::CalculateStrokeWidth(const SizeF& contentSize) in CalculateStrokeWidth() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp1100 auto contentSize = SizeF(100.0f, 100.0f); HWTEST_F() local
1199 auto contentSize = SizeF(100.0f, 100.0f); HWTEST_F() local
1247 auto contentSize = SizeF(100.0f, 100.0f); HWTEST_F() local
1303 auto contentSize = SizeF(100.0f, 100.0f); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_painter.cpp25 void ImagePainter::FlipHorizontal(RSCanvas& canvas, const SizeF& contentSize) {} in FlipHorizontal() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp55 auto contentSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Layout() local
68 auto contentSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Measure() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H A Dstack_layout_algorithm.cpp43 auto contentSize = frameSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_modifier.cpp113 auto contentSize = SizeF(singleStarWidth, singleStarHeight); in PaintStar() local
166 auto contentSize = SizeF(singleStarWidth, singleStarHeight); in PaintReverseStar() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.h87 void SetContentSize(const SizeF& contentSize) in SetContentSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dbox_layout_algorithm.cpp49 OptionalSizeF contentSize; in MeasureContent() local
99 auto contentSize = content->GetRect().GetSize(); in PerformMeasureSelfWithChildList() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp97 auto contentSize = content->GetRect().GetSize(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.h39 SvgDumpInfo(Size contentSize, std::string drawTime) : contentSize_(contentSize), drawTime_(drawTime) {} in SvgDumpInfo() argument
110 void SetContentSize(Size& contentSize) in SetContentSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp89 void SwitchModifier::PaintSwitch(RSCanvas& canvas, const OffsetF& contentOffset, const SizeF& contentSize) in PaintSwitch() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp103 auto contentSize = content->GetRect().GetSize(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_layout_algorithm.cpp86 auto contentSize = content->GetRect().GetSize(); in Measure() local
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_event_info_parcel.cpp74 int32_t contentSize = 0; in ReadFromParcelSecondPart() local
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp74 int32_t contentSize = 0; in ReadFromParcelSecondPart() local
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
H A Dcommon_tool.cpp181 int32_t contentSize = ExecuteCmd("ps -A |grep " + serviceName, resvec, size); in StartExecutable() local

Completed in 14 milliseconds

123