Searched refs:NativeRichEditorImageSpanStyle (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_controller_ffi.h | 82 struct NativeRichEditorImageSpanStyle { struct 92 NativeRichEditorImageSpanStyle imageStyle; argument 186 int32_t end, NativeRichEditorImageSpanStyle params); 227 void UpdateSpanStyleImage(int32_t start, int32_t end, NativeRichEditorImageSpanStyle style); 233 …void ParseImageSpanStyle(const NativeRichEditorImageSpanStyle& nativeStyle, ImageSpanAttribute& im…
|
H A D | cj_richeditor_controller_ffi.cpp | 287 const NativeRichEditorImageSpanStyle& nativeStyle, ImageSpanAttribute& imageStyle) in ParseImageSpanStyle() 382 int32_t start, int32_t end, NativeRichEditorImageSpanStyle style) in UpdateSpanStyleImage() 602 int64_t controllerId, int32_t start, int32_t end, NativeRichEditorImageSpanStyle params) in FfiOHOSAceFrameworkRichEditorControllerUpdateSpanStyleImage()
|