Home
last modified time | relevance | path

Searched refs:ToSVGString (Results 1 – 10 of 10) 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/skqp/tests/
DParsePathTest.cpp13 SkParsePath::ToSVGString(path, &str); in test_to_from()
19 SkParsePath::ToSVGString(path2, &str2); in test_to_from()
/external/skia/samplecode/
DSampleArc.cpp35 SkParsePath::ToSVGString(p, &str); in testparse()
37 SkParsePath::ToSVGString(p2, &str2); in testparse()
/external/skqp/samplecode/
DSampleArc.cpp35 SkParsePath::ToSVGString(p, &str); in testparse()
37 SkParsePath::ToSVGString(p2, &str2); in testparse()
/external/skia/include/utils/
DSkParsePath.h20 static void ToSVGString(const SkPath&, SkString*);
/external/skqp/include/utils/
DSkParsePath.h20 static void ToSVGString(const SkPath&, SkString*);
/external/skia/src/utils/
DSkParsePath.cpp232 void SkParsePath::ToSVGString(const SkPath& path, SkString* str) { in ToSVGString() function in SkParsePath
/external/skqp/src/utils/
DSkParsePath.cpp232 void SkParsePath::ToSVGString(const SkPath& path, SkString* str) { in ToSVGString() function in SkParsePath
/external/skia/src/svg/
DSkSVGDevice.cpp534 SkParsePath::ToSVGString(path, &pathData); in addPathAttributes()
/external/skqp/src/svg/
DSkSVGDevice.cpp533 SkParsePath::ToSVGString(path, &pathData); in addPathAttributes()