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

/external/skia/include/utils/
H A DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/external/skia/gm/
H A Dcrbug_691386.cpp13 if (!SkParsePath::FromSVGString("M -1 0 A 1 1 0 0 0 1 0 Z", &path)) {
H A Ddashcubics.cpp49 SkParsePath::FromSVGString(d, &path);
H A Darcto.cpp88 SkParsePath::FromSVGString(arcstr, &svgArc);
158 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path));
221 SkParsePath::FromSVGString(d, &path);
H A Dstrokes.cpp92 SkAssertResult(SkParsePath::FromSVGString("M0,0h0M10,0h0M20,0h0", &fMoveHfPath));
93 SkAssertResult(SkParsePath::FromSVGString("M0,0zM10,0zM20,0z", &fMoveZfPath));
94 SkAssertResult(SkParsePath::FromSVGString("M0,0h25", &fDashedfPath));
95 SkAssertResult(SkParsePath::FromSVGString("M 0 0 C 0 0 0 0 0 0", &fCubicPath));
96 SkAssertResult(SkParsePath::FromSVGString("M 0 0 Q 0 0 0 0", &fQuadPath));
97 SkAssertResult(SkParsePath::FromSVGString("M 0 0 L 0 0", &fLinePath));
/external/skia/tests/
H A DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2);
47 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path);
71 bool success = SkParsePath::FromSVGString("M 5", &path);
87 bool success = SkParsePath::FromSVGString(spec.c_str(), &path);
126 REPORTER_ASSERT(r, SkParsePath::FromSVGString(gTests[i].fStr, &path));
H A DPathOpsBuilderConicTest.cpp630 SkParsePath::FromSVGString(ovalsAsQuads, &path);
638 SkParsePath::FromSVGString(ovalsAsQuads, &path);
H A DPathTest.cpp562 SkAssertResult(SkParsePath::FromSVGString(pathBug, &smallPath));
565 SkAssertResult(SkParsePath::FromSVGString(pathBug, &largePath));
1119 bool valid = SkParsePath::FromSVGString(gDegen[i], &path);
1135 bool valid = SkParsePath::FromSVGString(gCW[i], &path);
1151 bool valid = SkParsePath::FromSVGString(gCCW[i], &path);
2825 bool valid = SkParsePath::FromSVGString(gZeroLengthTests[i].testPath, &p);
2954 bool valid = SkParsePath::FromSVGString(gIterTests[i].testPath, &p);
H A DPathOpsOpTest.cpp3661 SkParsePath::FromSVGString(str, &path);
3664 SkParsePath::FromSVGString(strB, &pathB);
/external/skia/fuzz/
H A DFuzzParsePath.cpp123 SkDebugf("SkParsePath::FromSVGString(%s, &path);\n",spec.c_str());
124 if (!SkParsePath::FromSVGString(spec.c_str(), &path)){
/external/skia/samplecode/
H A DSampleArc.cpp36 SkParsePath::FromSVGString(str.c_str(), &p2);
H A DSampleStrokePath.cpp111 SkParsePath::FromSVGString(str, &fPath);
H A DSamplePath.cpp52 SkParsePath::FromSVGString(str, &path);
/external/skia/src/utils/
H A DSkParsePath.cpp75 bool SkParsePath::FromSVGString(const char data[], SkPath* result) { function in class:SkParsePath
/external/skia/experimental/svg/model/
H A DSkSVGDOM.cpp86 if (!SkParsePath::FromSVGString(stringValue, &path)) {

Completed in 4938 milliseconds