Home
last modified time | relevance | path

Searched refs:GetSizeHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp309 int32_t RichEditorAbstractSpanResult::GetSizeHeight() const in GetSizeHeight() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h134 int32_t GetSizeHeight() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp149 nativeImageResult.height = spanObject.GetSizeHeight(); in ParseRichEditorAbstractImageSpanResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp828 auto returnHeight = spanResult.GetSizeHeight(); in SetImageChangeSpanResult()
908 imageSize->SetValueAt(1, JSRef<JSVal>::Make(ToJSValue(spanResult.GetSizeHeight()))); in CreateImageStyleObj()