/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_paint_method_test_ng.cpp | 137 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 D | rich_editor_edit_test_ng.cpp | 43 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 D | rich_editor_pattern_test_ng.cpp | 58 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 D | rich_editor_pattern_testtwo_ng.cpp | 49 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 D | rich_editor_preview_text_test_ng.cpp | 50 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 D | text_field_content_modifier_test.cpp | 60 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 D | tab_bar_modifier_test_ng.cpp | 217 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 D | text_testfour_ng.cpp | 448 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 D | custom_frame_node_test.cpp | 90 pattern->CreateNodePaintMethod(); 127 pattern->CreateNodePaintMethod();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | circle_pattern.h | 35 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
H A D | ellipse_pattern.h | 35 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
H A D | polygon_pattern.h | 36 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
H A D | rect_pattern.h | 34 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
H A D | line_pattern.h | 42 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
H A D | path_pattern.h | 39 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_pattern.h | 48 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/node_container/ |
H A D | node_container_test_ng.cpp | 662 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 D | blank_pattern.h | 50 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_pattern.h | 34 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_pattern.h | 35 RefPtr<NodePaintMethod> CreateNodePaintMethod() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_pattern.h | 44 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/ |
H A D | custom_frame_node_pattern.h | 71 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.h | 229 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 D | menu_item_group_pattern.h | 52 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_pattern.h | 45 RefPtr<NodePaintMethod> CreateNodePaintMethod() override in CreateNodePaintMethod() function
|