Home
last modified time | relevance | path

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

/external/skia/src/svg/
DSkSVGDevice.cpp787 AutoElement textPathElement("textPath", fWriter); in drawTextOnPath() local
788 textPathElement.addAttribute("xlink:href", SkStringPrintf("#%s", pathID.c_str())); in drawTextOnPath()
793 textPathElement.addAttribute("startOffset", in drawTextOnPath()
798 textPathElement.addText(builder.text()); in drawTextOnPath()