Home
last modified time | relevance | path

Searched defs:styleObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1405 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseJsSymbolSpanStyle()
1710 auto styleObject = JSObjectCast(spanObject->GetProperty("style")); in AddTextSpan() local
1771 auto styleObject = JSObjectCast(spanObject->GetProperty("style")); in AddSymbolSpan() local
2014 void JSRichEditorController::ParseWordBreakParagraphStyle(const JSRef<JSObject>& styleObject, in ParseWordBreakParagraphStyle()
2029 const JSRef<JSObject>& styleObject, struct UpdateParagraphStyle& style) in ParseLineBreakStrategyParagraphStyle()
2041 void JSRichEditorController::ParseTextAlignParagraphStyle(const JSRef<JSObject>& styleObject, in ParseTextAlignParagraphStyle()
2281 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseJsTextStyle()
2329 …chEditorBaseController::ParseJsLineHeightLetterSpacingTextStyle(const JSRef<JSObject>& styleObject, in ParseJsLineHeightLetterSpacingTextStyle()
2375 void JSRichEditorBaseController::ParseJsFontFeatureTextStyle(const JSRef<JSObject>& styleObject, in ParseJsFontFeatureTextStyle()
2394 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseTextDecoration()
[all …]
H A Djs_list_item_group.cpp284 auto styleObject = obj->GetProperty("style"); in GetListItemGroupStyle() local