Home
last modified time | relevance | path

Searched refs:nativeImageResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp112 const ResultObject& spanObject, NativeRichEditorImageSpanResult& nativeImageResult) in ParseRichEditorImageSpanResult() argument
114 nativeImageResult.width = spanObject.imageStyle.size[0]; in ParseRichEditorImageSpanResult()
115 nativeImageResult.height = spanObject.imageStyle.size[1]; in ParseRichEditorImageSpanResult()
116 nativeImageResult.verticalAlign = spanObject.imageStyle.verticalAlign; in ParseRichEditorImageSpanResult()
117 nativeImageResult.objectFit = spanObject.imageStyle.objectFit; in ParseRichEditorImageSpanResult()
146 …t NG::RichEditorAbstractSpanResult& spanObject, NativeRichEditorImageSpanResult& nativeImageResult) in ParseRichEditorAbstractImageSpanResult() argument
148 nativeImageResult.width = spanObject.GetSizeWidth(); in ParseRichEditorAbstractImageSpanResult()
149 nativeImageResult.height = spanObject.GetSizeHeight(); in ParseRichEditorAbstractImageSpanResult()
150 nativeImageResult.verticalAlign = static_cast<int32_t>(spanObject.GetVerticalAlign()); in ParseRichEditorAbstractImageSpanResult()
151 nativeImageResult.objectFit = static_cast<int32_t>(spanObject.GetObjectFit()); in ParseRichEditorAbstractImageSpanResult()
H A Dcj_richeditor_controller_ffi.h244 NativeRichEditorImageSpanResult& nativeImageResult);
250 NativeRichEditorImageSpanResult& nativeImageResult);