/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
H A D | ability_component_layout_algorithm.cpp | 23 OptionalSizeF contentSize; in MeasureContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/remote_window/ |
H A D | remote_window_layout_algorithm.cpp | 23 OptionalSizeF contentSize; in MeasureContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | path_paint_method.h | 62 const auto& contentSize = geometryNode->GetContentSize(); variable
|
H A D | line_paint_method.h | 52 const auto& contentSize = geometryNode->GetContentSize(); variable
|
H A D | polygon_paint_method.h | 63 const auto& contentSize = geometryNode->GetContentSize(); variable
|
H A D | shape_container_pattern.cpp | 35 auto contentSize = geoNode->GetContentSize(); in ViewPortTransform() local
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_layout_algorithm.cpp | 40 auto contentSize = layoutWrapper->GetGeometryNode()->GetContentSize(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
H A D | text_input_layout_algorithm.h | 47 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 D | render_node_layout_algorithm.cpp | 52 OptionalSizeF contentSize; in MeasureContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_paint_method.cpp | 42 void ProgressPaintMethod::CalculateStrokeWidth(const SizeF& contentSize) in CalculateStrokeWidth() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_modifier_test_ng.cpp | 1100 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 D | mock_image_painter.cpp | 25 void ImagePainter::FlipHorizontal(RSCanvas& canvas, const SizeF& contentSize) {} in FlipHorizontal() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_layout_algorithm.cpp | 55 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 D | stack_layout_algorithm.cpp | 43 auto contentSize = frameSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_modifier.cpp | 113 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 D | loading_progress_modifier.h | 87 void SetContentSize(const SizeF& contentSize) in SetContentSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 49 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 D | checkbox_layout_algorithm.cpp | 97 auto contentSize = content->GetRect().GetSize(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_context.h | 39 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 D | switch_paint_method.cpp | 89 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 D | text_area_layout_algorithm.cpp | 103 auto contentSize = content->GetRect().GetSize(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_layout_algorithm.cpp | 86 auto contentSize = content->GetRect().GetSize(); in Measure() local
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessibility_event_info_parcel.cpp | 74 int32_t contentSize = 0; in ReadFromParcelSecondPart() local
|
/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_event_info_parcel.cpp | 74 int32_t contentSize = 0; in ReadFromParcelSecondPart() local
|
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/ |
H A D | common_tool.cpp | 181 int32_t contentSize = ExecuteCmd("ps -A |grep " + serviceName, resvec, size); in StartExecutable() local
|