Home
last modified time | relevance | path

Searched refs:CreateImageSourceInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp487 auto info = CreateImageSourceInfo(); in CreateNode()
594 auto info = CreateImageSourceInfo(); in Refresh()
647 ImageSourceInfo CleanNodeResponseArea::CreateImageSourceInfo() in CreateImageSourceInfo() function in OHOS::Ace::NG::CleanNodeResponseArea
H A Dtext_input_response_area.h199 ImageSourceInfo CreateImageSourceInfo();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h903 ImageSourceInfo CreateImageSourceInfo(const ImageSpanOptions& options);
H A Dtext_pattern.cpp3927 auto imageInfo = CreateImageSourceInfo(options); in MountImageNode()
3964 ImageSourceInfo TextPattern::CreateImageSourceInfo(const ImageSpanOptions& options) in CreateImageSourceInfo() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp689 richEditorPattern->CreateImageSourceInfo(options);
H A Drich_editor_base_test_ng.cpp1068 auto ret = richEditorPattern->CreateImageSourceInfo(info);
H A Drich_editor_test_ng.cpp1587 auto ret = richEditorPattern->CreateImageSourceInfo(info);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp3252 textPattern->CreateImageSourceInfo(textOptions);
3256 textPattern->CreateImageSourceInfo(textOptions);
3576 auto imageSourceInfo = pattern->CreateImageSourceInfo(options);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h489 std::function<ImageSourceInfo()> CreateImageSourceInfo(const ImageSpanOptions& options);
H A Drich_editor_pattern.cpp248 std::function<ImageSourceInfo()> createSourceInfoFunc = CreateImageSourceInfo(options); in SetImageLayoutProperty()
692 std::function<ImageSourceInfo()> RichEditorPattern::CreateImageSourceInfo(const ImageSpanOptions& o… in CreateImageSourceInfo() function in OHOS::Ace::NG::RichEditorPattern
952 std::function<ImageSourceInfo()> createSourceInfoFunc = CreateImageSourceInfo(options); in AddImageSpan()