Home
last modified time | relevance | path

Searched refs:GetValuePixelMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp279 const RefPtr<PixelMap>& RichEditorAbstractSpanResult::GetValuePixelMap() const in GetValuePixelMap() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h128 const RefPtr<PixelMap>& GetValuePixelMap() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp826 auto valuePixelMap = spanResult.GetValuePixelMap(); in SetImageChangeSpanResult()
912 if (spanResult.GetValuePixelMap()) { in CreateImageStyleObj()
914 auto jsPixmap = ConvertPixmap(spanResult.GetValuePixelMap()); in CreateImageStyleObj()