Home
last modified time | relevance | path

Searched defs:imageAttribute (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.h132 std::optional<ImageSpanAttribute> imageAttribute; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1350 ImageSpanAttribute JSRichEditorController::ParseJsImageSpanAttribute(JSRef<JSObject> imageAttribute) in ParseJsImageSpanAttribute()
1575 auto imageAttribute = JSObjectCast(imageObject->GetProperty("imageStyle")); in AddImageSpan() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp692 auto imageAttribute = JSImageAttachment::ParseJsImageSpanAttribute(obj); in ParseJsImageSpan() local