Searched refs:FromSVGString (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
D | ParsePathTest.cpp | 16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from() 44 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
|
D | PathTest.cpp | 853 bool valid = SkParsePath::FromSVGString(gDegen[i], &path); in test_direction() 869 bool valid = SkParsePath::FromSVGString(gCW[i], &path); in test_direction() 885 bool valid = SkParsePath::FromSVGString(gCCW[i], &path); in test_direction() 2218 bool valid = SkParsePath::FromSVGString(gZeroLengthTests[i].testPath, &p); in test_zero_length_paths() 2347 bool valid = SkParsePath::FromSVGString(gIterTests[i].testPath, &p); in test_iter()
|
/external/skia/tests/ |
D | ParsePathTest.cpp | 16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from() 44 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
|
D | PathTest.cpp | 826 bool valid = SkParsePath::FromSVGString(gDegen[i], &path); in test_direction() 842 bool valid = SkParsePath::FromSVGString(gCW[i], &path); in test_direction() 858 bool valid = SkParsePath::FromSVGString(gCCW[i], &path); in test_direction() 2153 bool valid = SkParsePath::FromSVGString(gZeroLengthTests[i].testPath, &p); in test_zero_length_paths() 2282 bool valid = SkParsePath::FromSVGString(gIterTests[i].testPath, &p); in test_iter()
|
/external/skia/include/utils/ |
D | SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*);
|
/external/chromium_org/third_party/skia/include/utils/ |
D | SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*);
|
/external/skia/gm/ |
D | dashcubics.cpp | 47 SkParsePath::FromSVGString(d, &path); in onDraw()
|
/external/chromium_org/third_party/skia/gm/ |
D | dashcubics.cpp | 47 SkParsePath::FromSVGString(d, &path); in onDraw()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleArc.cpp | 34 SkParsePath::FromSVGString(str.c_str(), &p2); in testparse()
|
D | SamplePath.cpp | 52 SkParsePath::FromSVGString(str, &path); in test_cubic2()
|
D | SampleStrokePath.cpp | 112 SkParsePath::FromSVGString(str, &fPath); in StrokePathView()
|
/external/skia/samplecode/ |
D | SampleArc.cpp | 34 SkParsePath::FromSVGString(str.c_str(), &p2); in testparse()
|
D | SamplePath.cpp | 52 SkParsePath::FromSVGString(str, &path); in test_cubic2()
|
D | SampleStrokePath.cpp | 112 SkParsePath::FromSVGString(str, &fPath); in StrokePathView()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkParsePath.cpp | 70 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { in FromSVGString() function in SkParsePath
|
/external/skia/src/utils/ |
D | SkParsePath.cpp | 70 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { in FromSVGString() function in SkParsePath
|