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

  /external/skia/include/utils/
SkParsePath.h 17 class SkParsePath {
  /external/skia/tests/
ParsePathTest.cpp 8 #include "SkParsePath.h"
13 SkParsePath::ToSVGString(path, &str);
16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2);
19 SkParsePath::ToSVGString(path2, &str2);
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 12 #include "SkParsePath.h"
428 SkAssertResult(SkParsePath::FromSVGString(pathBug, &smallPath));
431 SkAssertResult(SkParsePath::FromSVGString(pathBug, &largePath));
    [all...]
PathOpsOpTest.cpp     [all...]
  /external/skia/gm/
dashcubics.cpp 11 #include "SkParsePath.h"
51 SkParsePath::FromSVGString(d, &path);
strokes.cpp 12 #include "SkParsePath.h"
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 9 #include "SkParsePath.h"
88 SkParsePath::FromSVGString(arcstr, &svgArc);
158 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path));
  /external/skia/samplecode/
SampleArc.cpp 27 #include "SkParsePath.h"
35 SkParsePath::ToSVGString(p, &str);
36 SkParsePath::FromSVGString(str.c_str(), &p2);
37 SkParsePath::ToSVGString(p2, &str2);
SampleStrokePath.cpp 12 #include "SkParsePath.h"
112 SkParsePath::FromSVGString(str, &fPath);
SamplePath.cpp 23 #include "SkParsePath.h"
55 SkParsePath::FromSVGString(str, &path);
  /external/skia/fuzz/
FuzzParsePath.cpp 10 #include "SkParsePath.h"
111 SkDebugf("SkParsePath::FromSVGString(%s, &path);\n",spec.c_str());
112 if (!SkParsePath::FromSVGString(spec.c_str(), &path)){
  /external/skia/src/utils/
SkParsePath.cpp 9 #include "SkParsePath.h"
76 bool SkParsePath::FromSVGString(const char data[], SkPath* result) {
233 void SkParsePath::ToSVGString(const SkPath& path, SkString* str) {
  /external/skia/src/svg/
SkSVGDevice.cpp 18 #include "SkParsePath.h"
524 SkParsePath::ToSVGString(path, &pathData);
  /external/skia/
Android.mk 642 src/utils/SkParsePath.cpp \

Completed in 574 milliseconds