Searched defs:styleObject (Results 1 – 2 of 2) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_richeditor.cpp | 1419 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 …]
|
| D | js_list_item_group.cpp | 284 auto styleObject = obj->GetProperty("style"); in GetListItemGroupStyle() local
|