Searched refs:imgHtml (Results 1 – 1 of 1) sorted by relevance
419 std::string imgHtml = "<img src=\"" + urlName + "\" "; in ImageToHtml() local420 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 …]