Searched refs:nativeImageResult (Results 1 – 2 of 2) sorted by relevance
112 const ResultObject& spanObject, NativeRichEditorImageSpanResult& nativeImageResult) in ParseRichEditorImageSpanResult() argument114 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() argument148 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()
244 NativeRichEditorImageSpanResult& nativeImageResult);250 NativeRichEditorImageSpanResult& nativeImageResult);