Home
last modified time | relevance | path

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

/external/skia/tests/
DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from()
47 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
DPathTest.cpp845 bool valid = SkParsePath::FromSVGString(gDegen[i], &path); in test_direction()
861 bool valid = SkParsePath::FromSVGString(gCW[i], &path); in test_direction()
877 bool valid = SkParsePath::FromSVGString(gCCW[i], &path); in test_direction()
2321 bool valid = SkParsePath::FromSVGString(gZeroLengthTests[i].testPath, &p); in test_zero_length_paths()
2450 bool valid = SkParsePath::FromSVGString(gIterTests[i].testPath, &p); in test_iter()
DPathOpsOpTest.cpp3658 SkParsePath::FromSVGString(str, &path); in issue3517()
3661 SkParsePath::FromSVGString(strB, &pathB); in issue3517()
/external/skia/include/utils/
DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/external/skia/gm/
Ddashcubics.cpp65 SkParsePath::FromSVGString(d, &path); in onDraw()
/external/skia/samplecode/
DSampleArc.cpp37 SkParsePath::FromSVGString(str.c_str(), &p2); in testparse()
DSampleStrokePath.cpp112 SkParsePath::FromSVGString(str, &fPath); in onOnceBeforeDraw()
DSamplePath.cpp53 SkParsePath::FromSVGString(str, &path); in test_cubic2()
/external/skia/src/utils/
DSkParsePath.cpp70 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { in FromSVGString() function in SkParsePath