Home
last modified time | relevance | path

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

/external/skia/tests/
DParsePathTest.cpp13 SkParsePath::ToSVGString(path, &str); in test_to_from()
19 SkParsePath::ToSVGString(path2, &str2); in test_to_from()
/external/skia/include/utils/
DSkParsePath.h20 static void ToSVGString(const SkPath&, SkString*);
/external/skia/samplecode/
DSampleArc.cpp35 SkParsePath::ToSVGString(p, &str); in testparse()
37 SkParsePath::ToSVGString(p2, &str2); in testparse()
/external/skia/src/utils/
DSkParsePath.cpp233 void SkParsePath::ToSVGString(const SkPath& path, SkString* str) { in ToSVGString() function in SkParsePath
/external/skia/src/svg/
DSkSVGDevice.cpp524 SkParsePath::ToSVGString(path, &pathData); in addPathAttributes()