Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/tests/
DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from()
44 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
DPathTest.cpp853 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/
DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from()
44 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
DPathTest.cpp826 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/
DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/external/chromium_org/third_party/skia/include/utils/
DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/external/skia/gm/
Ddashcubics.cpp47 SkParsePath::FromSVGString(d, &path); in onDraw()
/external/chromium_org/third_party/skia/gm/
Ddashcubics.cpp47 SkParsePath::FromSVGString(d, &path); in onDraw()
/external/chromium_org/third_party/skia/samplecode/
DSampleArc.cpp34 SkParsePath::FromSVGString(str.c_str(), &p2); in testparse()
DSamplePath.cpp52 SkParsePath::FromSVGString(str, &path); in test_cubic2()
DSampleStrokePath.cpp112 SkParsePath::FromSVGString(str, &fPath); in StrokePathView()
/external/skia/samplecode/
DSampleArc.cpp34 SkParsePath::FromSVGString(str.c_str(), &p2); in testparse()
DSamplePath.cpp52 SkParsePath::FromSVGString(str, &path); in test_cubic2()
DSampleStrokePath.cpp112 SkParsePath::FromSVGString(str, &fPath); in StrokePathView()
/external/chromium_org/third_party/skia/src/utils/
DSkParsePath.cpp70 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { in FromSVGString() function in SkParsePath
/external/skia/src/utils/
DSkParsePath.cpp70 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { in FromSVGString() function in SkParsePath