Searched refs:FromSVGString (Results 1 - 7 of 7) sorted by relevance

/external/skia/include/utils/
H A DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/external/skia/tests/
H A DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2);
44 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path);
H A DPathTest.cpp50 bool valid = SkParsePath::FromSVGString(gDegen[i], &path);
62 bool valid = SkParsePath::FromSVGString(gCW[i], &path);
74 bool valid = SkParsePath::FromSVGString(gCCW[i], &path);
/external/skia/samplecode/
H A DSampleArc.cpp34 SkParsePath::FromSVGString(str.c_str(), &p2);
H A DSamplePath.cpp52 SkParsePath::FromSVGString(str, &path);
H A DSampleStrokePath.cpp112 SkParsePath::FromSVGString(str, &fPath);
/external/skia/src/utils/
H A DSkParsePath.cpp70 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { function in class:SkParsePath

Completed in 193 milliseconds