Home | History | Annotate | Download | only in canvaskit

Lines Matching refs:ToSVGString

246 JSString EMSCRIPTEN_KEEPALIVE ToSVGString(const SkPath& path) {
248 SkParsePath::ToSVGString(path, &s);
866 .function("toSVGString", &ToSVGString)