Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp1419 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseJsSymbolSpanStyle()
1724 auto styleObject = JSObjectCast(spanObject->GetProperty("style")); in AddTextSpan() local
1785 auto styleObject = JSObjectCast(spanObject->GetProperty("style")); in AddSymbolSpan() local
2028 void JSRichEditorController::ParseWordBreakParagraphStyle(const JSRef<JSObject>& styleObject, in ParseWordBreakParagraphStyle()
2043 const JSRef<JSObject>& styleObject, struct UpdateParagraphStyle& style) in ParseLineBreakStrategyParagraphStyle()
2055 void JSRichEditorController::ParseTextAlignParagraphStyle(const JSRef<JSObject>& styleObject, in ParseTextAlignParagraphStyle()
2068 bool JSRichEditorController::ParseParagraphStyle(const JSRef<JSObject>& styleObject, struct UpdateP… in ParseParagraphStyle()
2295 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseJsTextStyle()
2343 …chEditorBaseController::ParseJsLineHeightLetterSpacingTextStyle(const JSRef<JSObject>& styleObject, in ParseJsLineHeightLetterSpacingTextStyle()
2389 void JSRichEditorBaseController::ParseJsFontFeatureTextStyle(const JSRef<JSObject>& styleObject, in ParseJsFontFeatureTextStyle()
[all …]
Djs_list_item_group.cpp284 auto styleObject = obj->GetProperty("style"); in GetListItemGroupStyle() local