Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A Dnanobench.cpp708 sk_sp<SkSVGDOM> svgDom = SkSVGDOM::MakeFromStream(stream); in ReadSVGPicture() local
709 if (!svgDom) { in ReadSVGPicture()
716 if (svgDom->containerSize().isEmpty()) { in ReadSVGPicture()
717 svgDom->setContainerSize(kDefaultContainerSize); in ReadSVGPicture()
721 svgDom->render(recorder.beginRecording(svgDom->containerSize().width(), in ReadSVGPicture()
722 svgDom->containerSize().height())); in ReadSVGPicture()

Completed in 3 milliseconds