HomeSort by relevance Sort by last modified time
    Searched refs:FromSVGString (Results 1 - 13 of 13) sorted by null

  /external/skia/include/utils/
SkParsePath.h 19 static bool FromSVGString(const char str[], SkPath*);
  /external/skia/tests/
ParsePathTest.cpp 16 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);
PathOpsBuilderConicTest.cpp     [all...]
PathTest.cpp 428 SkAssertResult(SkParsePath::FromSVGString(pathBug, &smallPath));
431 SkAssertResult(SkParsePath::FromSVGString(pathBug, &largePath));
    [all...]
PathOpsOpTest.cpp     [all...]
  /external/skia/gm/
dashcubics.cpp 51 SkParsePath::FromSVGString(d, &path);
strokes.cpp 91 SkAssertResult(SkParsePath::FromSVGString("M0,0h0M10,0h0M20,0h0", &fMoveHfPath));
92 SkAssertResult(SkParsePath::FromSVGString("M0,0zM10,0zM20,0z", &fMoveZfPath));
93 SkAssertResult(SkParsePath::FromSVGString("M0,0h25", &fDashedfPath));
94 SkAssertResult(SkParsePath::FromSVGString("M 0 0 C 0 0 0 0 0 0", &fCubicPath));
95 SkAssertResult(SkParsePath::FromSVGString("M 0 0 Q 0 0 0 0", &fQuadPath));
96 SkAssertResult(SkParsePath::FromSVGString("M 0 0 L 0 0", &fLinePath));
arcto.cpp 88 SkParsePath::FromSVGString(arcstr, &svgArc);
158 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path));
  /external/skia/fuzz/
FuzzParsePath.cpp 111 SkDebugf("SkParsePath::FromSVGString(%s, &path);\n",spec.c_str());
112 if (!SkParsePath::FromSVGString(spec.c_str(), &path)){
  /external/skia/samplecode/
SampleArc.cpp 36 SkParsePath::FromSVGString(str.c_str(), &p2);
SampleStrokePath.cpp 112 SkParsePath::FromSVGString(str, &fPath);
SamplePath.cpp 55 SkParsePath::FromSVGString(str, &path);
  /external/skia/src/utils/
SkParsePath.cpp 76 bool SkParsePath::FromSVGString(const char data[], SkPath* result) {

Completed in 504 milliseconds