Searched refs:textSpanResult (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_ffi.cpp | 123 textSpanResult.GetSpanIndex(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 124 textSpanResult.GetSpanRangeStart(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 125 textSpanResult.GetSpanRangeEnd() in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 130 textSpanResult.GetColor().c_str(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 134 textSpanResult.GetFontColor().c_str(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 135 textSpanResult.GetFontSize(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 137 textSpanResult.GetFontWeight(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 138 textSpanResult.GetFontFamily().c_str(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 144 textSpanResult.GetValue().c_str(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() 146 textSpanResult.OffsetInSpan(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.cpp | 232 return CreateJsTextShadowObjectArray(textSpanResult.textShadows); in CreateJsTextShadowObjectArray() 486 const NG::RichEditorAbstractSpanResult& textSpanResult) { in SetOnIMEInputComplete() argument 488 func->Execute(textSpanResult); in SetOnIMEInputComplete() 667 …1, JSRef<JSVal>::Make(ToJSValue(textSpanResult.OffsetInSpan() + textSpanResult.GetEraseLength()))); in CreateJsOnIMEInputComplete() 669 spanPositionObj->SetProperty<int32_t>("spanIndex", textSpanResult.GetSpanIndex()); in CreateJsOnIMEInputComplete() 671 decorationObj->SetProperty<std::string>("color", textSpanResult.GetColor()); in CreateJsOnIMEInputComplete() 673 textStyleObj->SetProperty<std::string>("fontColor", textSpanResult.GetFontColor()); in CreateJsOnIMEInputComplete() 675 textStyleObj->SetProperty<double>("fontSize", textSpanResult.GetFontSize()); in CreateJsOnIMEInputComplete() 679 textStyleObj->SetProperty<int32_t>("fontWeight", textSpanResult.GetFontWeight()); in CreateJsOnIMEInputComplete() 680 textStyleObj->SetProperty<std::string>("fontFamily", textSpanResult.GetFontFamily()); in CreateJsOnIMEInputComplete() [all …]
|
H A D | js_richeditor.h | 39 …ic JSRef<JSVal> CreateJsOnIMEInputComplete(const NG::RichEditorAbstractSpanResult& textSpanResult);
|