Searched refs:FromSVGString (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | ParsePathTest.cpp | 16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from() 47 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
|
D | PathTest.cpp | 845 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()
|
D | PathOpsOpTest.cpp | 3658 SkParsePath::FromSVGString(str, &path); in issue3517() 3661 SkParsePath::FromSVGString(strB, &pathB); in issue3517()
|
/external/skia/include/utils/ |
D | SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*);
|
/external/skia/gm/ |
D | dashcubics.cpp | 65 SkParsePath::FromSVGString(d, &path); in onDraw()
|
/external/skia/samplecode/ |
D | SampleArc.cpp | 37 SkParsePath::FromSVGString(str.c_str(), &p2); in testparse()
|
D | SampleStrokePath.cpp | 112 SkParsePath::FromSVGString(str, &fPath); in onOnceBeforeDraw()
|
D | SamplePath.cpp | 53 SkParsePath::FromSVGString(str, &path); in test_cubic2()
|
/external/skia/src/utils/ |
D | SkParsePath.cpp | 70 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { in FromSVGString() function in SkParsePath
|