Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp419 std::string imgHtml = "<img src=\"" + urlName + "\" "; in ImageToHtml() local
420 imgHtml += ToHtml(options.imageAttribute->size); in ImageToHtml()
422 imgHtml += " style=\""; in ImageToHtml()
423 imgHtml += ToHtml(options.imageAttribute->verticalAlign); in ImageToHtml()
424 imgHtml += ToHtml(options.imageAttribute->objectFit); in ImageToHtml()
425 imgHtml += ToHtml("margin", options.imageAttribute->marginProp); in ImageToHtml()
426 imgHtml += ToHtml(options.imageAttribute->borderRadius); in ImageToHtml()
427 imgHtml += ToHtml("padding", options.imageAttribute->paddingProp); in ImageToHtml()
428 imgHtml += "\""; in ImageToHtml()
431 imgHtml += ">"; in ImageToHtml()
[all …]