Home
last modified time | relevance | path

Searched refs:CreateNodePaintMethod (Results 1 – 25 of 140) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_paint_method_test_ng.cpp137 RefPtr<NodePaintMethod> paintMethod = pattern->CreateNodePaintMethod();
198 RefPtr<NodePaintMethod> paintMethod = pattern->CreateNodePaintMethod();
460 paintMethod = pattern->CreateNodePaintMethod();
520 paintMethod = pattern->CreateNodePaintMethod();
575 paintMethod = pattern->CreateNodePaintMethod();
639 paintMethod = pattern->CreateNodePaintMethod();
704 paintMethod = pattern->CreateNodePaintMethod();
764 paintMethod = pattern->CreateNodePaintMethod();
827 paintMethod = pattern->CreateNodePaintMethod();
890 paintMethod = pattern->CreateNodePaintMethod();
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_test_ng.cpp43 richEditorPattern->CreateNodePaintMethod(); in SetUp()
198 richEditorPattern->CreateNodePaintMethod();
223 richEditorPattern->CreateNodePaintMethod();
246 richEditorPattern->CreateNodePaintMethod();
373 richEditorPattern->CreateNodePaintMethod();
400 richEditorPattern->CreateNodePaintMethod();
423 richEditorPattern->CreateNodePaintMethod();
443 richEditorPattern->CreateNodePaintMethod();
463 richEditorPattern->CreateNodePaintMethod();
601 richEditorPattern->CreateNodePaintMethod();
[all …]
H A Drich_editor_pattern_test_ng.cpp58 richEditorPattern->CreateNodePaintMethod(); in SetUp()
449 richEditorPattern->CreateNodePaintMethod();
476 richEditorPattern->CreateNodePaintMethod();
498 richEditorPattern->CreateNodePaintMethod();
521 richEditorPattern->CreateNodePaintMethod();
548 richEditorPattern->CreateNodePaintMethod();
575 richEditorPattern->CreateNodePaintMethod();
620 richEditorPattern->CreateNodePaintMethod();
646 richEditorPattern->CreateNodePaintMethod();
678 richEditorPattern->CreateNodePaintMethod();
[all …]
H A Drich_editor_pattern_testtwo_ng.cpp49 richEditorPattern->CreateNodePaintMethod(); in SetUp()
485 richEditorPattern->CreateNodePaintMethod();
504 richEditorPattern->CreateNodePaintMethod();
707 richEditorPattern->CreateNodePaintMethod();
729 richEditorPattern->CreateNodePaintMethod();
753 richEditorPattern->CreateNodePaintMethod();
816 richEditorPattern->CreateNodePaintMethod();
837 richEditorPattern->CreateNodePaintMethod();
867 richEditorPattern->CreateNodePaintMethod();
894 richEditorPattern->CreateNodePaintMethod();
[all …]
H A Drich_editor_preview_text_test_ng.cpp50 richEditorPattern->CreateNodePaintMethod(); in SetUp()
105 …ntMethod = AceType::DynamicCast<RichEditorPaintMethod>(richEditorPattern->CreateNodePaintMethod());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_content_modifier_test.cpp60 auto paint = pattern_->CreateNodePaintMethod();
122 auto paint = pattern_->CreateNodePaintMethod();
172 auto paint = pattern_->CreateNodePaintMethod();
233 auto paint = pattern_->CreateNodePaintMethod();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_modifier_test_ng.cpp217 auto paintMethod = tabBarPattern_->CreateNodePaintMethod();
246 auto paintMethod = tabBarPattern_->CreateNodePaintMethod();
249 tabBarPattern_->CreateNodePaintMethod();
253 tabBarPattern_->CreateNodePaintMethod();
277 auto paintMethod = tabBarPattern_->CreateNodePaintMethod();
485 auto paintMethod = tabBarPattern_->CreateNodePaintMethod();
505 auto paintMethod = tabBarPattern_->CreateNodePaintMethod();
506 auto paintMethod2 = tabBarPattern_->CreateNodePaintMethod();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfour_ng.cpp448 auto textPaintMethod = textPattern->CreateNodePaintMethod();
513 auto textPaintMethod = textPattern->CreateNodePaintMethod();
631 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
672 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
722 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
773 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
819 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
865 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
911 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
960 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom_frame_node/
H A Dcustom_frame_node_test.cpp90 pattern->CreateNodePaintMethod();
127 pattern->CreateNodePaintMethod();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dcircle_pattern.h35 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
H A Dellipse_pattern.h35 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
H A Dpolygon_pattern.h36 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
H A Drect_pattern.h34 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
H A Dline_pattern.h42 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
H A Dpath_pattern.h39 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_pattern.h48 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/node_container/
H A Dnode_container_test_ng.cpp662 auto paintMethod = pattern->CreateNodePaintMethod();
695 auto paintMethod = pattern->CreateNodePaintMethod();
729 auto paintMethod = pattern->CreateNodePaintMethod();
763 auto paintMethod = pattern->CreateNodePaintMethod();
795 auto paintMethod = pattern->CreateNodePaintMethod();
829 auto paintMethod = pattern->CreateNodePaintMethod();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_pattern.h50 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_pattern.h34 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.h35 RefPtr<NodePaintMethod> CreateNodePaintMethod() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_pattern.h44 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/
H A Dcustom_frame_node_pattern.h71 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.h229 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
246 return Pattern::CreateNodePaintMethod(); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_pattern.h52 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.h45 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function

123456