Home
last modified time | relevance | path

Searched refs:imageOptions (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_drag_test_ng.cpp100 ImageSpanOptions imageOptions; variable
101 imageOptions.image = IMAGE_VALUE;
102 controller->AddImageSpan(imageOptions);
154 ImageSpanOptions imageOptions; variable
155 imageOptions.image = IMAGE_VALUE;
156 controller->AddImageSpan(imageOptions);
H A Drich_editor_base_testone_ng.cpp1039 ImageSpanOptions imageOptions; variable
1043 imageOptions.imagePixelMap = pixelMap;
1044 richEditorPattern->AddImageSpan(imageOptions);
H A Drich_editor_test_ng.cpp4155 ImageSpanOptions imageOptions; variable
4156 imageOptions.image = IMAGE_VALUE;
4157 controller->AddImageSpan(imageOptions);
4209 ImageSpanOptions imageOptions; variable
4210 imageOptions.image = IMAGE_VALUE;
4211 controller->AddImageSpan(imageOptions);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/
H A Drich_editor_drag_test_ng.cpp100 ImageSpanOptions imageOptions; variable
101 imageOptions.image = IMAGE_VALUE;
102 controller->AddImageSpan(imageOptions);
154 ImageSpanOptions imageOptions; variable
155 imageOptions.image = IMAGE_VALUE;
156 controller->AddImageSpan(imageOptions);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp691 auto imageOptions = JSImageAttachment::CreateImageOptions(obj); in ParseJsImageSpan() local
693 imageOptions.imageAttribute = imageAttribute; in ParseJsImageSpan()
694 auto imageSpan = MakeRefPtr<ImageSpan>(imageOptions); in ParseJsImageSpan()
799 auto imageOptions = imageSpan_->GetImageSpanOptions(); in GetImageSrc() local
801 if (imageOptions.image.has_value()) { in GetImageSrc()
802 ret = JSRef<JSVal>::Make(ToJSValue(imageOptions.image.value())); in GetImageSrc()
804 if (imageOptions.imagePixelMap.has_value()) { in GetImageSrc()
806 ret = ConvertPixmap(imageOptions.imagePixelMap.value()); in GetImageSrc()