Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds