Home
last modified time | relevance | path

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

12

/third_party/skia/docs/examples/
DSKIA_LOGO_svg.cpp28 SkParsePath::FromSVGString("M34.63 100.63C44.38 88.57 59.87 82.86 74.88 81.2" in draw()
40 SkParsePath::FromSVGString("M160.82 82.85L206.05 82.85L206.05 155.15L254.83 82.84" in draw()
45 SkParsePath::FromSVGString("M426.45 218.16L480.705 218.16L489.31 249.4L538.54 249.42" in draw()
50 SkParsePath::FromSVGString("M362.64 257.32L335.292 293.392L307.8 257.48L362.64 257.32", in draw()
DSkParsePath_FromSVGString.cpp16 SkParsePath::FromSVGString(pathString, &path); in draw()
Dflag_us_1960.cpp18 SkParsePath::FromSVGString( in draw()
Dflag_us_1792.cpp18 SkParsePath::FromSVGString("M 0 -150 L 88 121 L -143 -46 L 143 -46 L -88 121 Z", &star); in draw()
/third_party/skia/tests/
DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from()
47 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
71 bool success = SkParsePath::FromSVGString("M 5", &path); in DEF_TEST()
87 bool success = SkParsePath::FromSVGString(spec.c_str(), &path); in DEF_TEST()
126 REPORTER_ASSERT(r, SkParsePath::FromSVGString(gTests[i].fStr, &path)); in DEF_TEST()
/third_party/flutter/skia/tests/
DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from()
47 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST()
71 bool success = SkParsePath::FromSVGString("M 5", &path); in DEF_TEST()
87 bool success = SkParsePath::FromSVGString(spec.c_str(), &path); in DEF_TEST()
126 REPORTER_ASSERT(r, SkParsePath::FromSVGString(gTests[i].fStr, &path)); in DEF_TEST()
/third_party/skia/gm/
Ddashcubics.cpp62 SkParsePath::FromSVGString(d, &path);
80 SkAssertResult(SkParsePath::FromSVGString( in onOnceBeforeDraw()
87 SkAssertResult(SkParsePath::FromSVGString( in onOnceBeforeDraw()
94 SkAssertResult(SkParsePath::FromSVGString( in onOnceBeforeDraw()
Dpatharcto.cpp47 SkParsePath::FromSVGString(str, &path);
51 SkParsePath::FromSVGString(str2, &path2);
Darcto.cpp107 SkParsePath::FromSVGString(arcstr, &path);
164 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path)); in DEF_SIMPLE_GM()
224 SkParsePath::FromSVGString(d, &path);
Dstrokes.cpp105 SkAssertResult(SkParsePath::FromSVGString("M0,0h0M10,0h0M20,0h0", &fMoveHfPath)); in onOnceBeforeDraw()
106 SkAssertResult(SkParsePath::FromSVGString("M0,0zM10,0zM20,0z", &fMoveZfPath)); in onOnceBeforeDraw()
107 SkAssertResult(SkParsePath::FromSVGString("M0,0h25", &fDashedfPath)); in onOnceBeforeDraw()
108 SkAssertResult(SkParsePath::FromSVGString("M 0 0 C 0 0 0 0 0 0", &fCubicPath)); in onOnceBeforeDraw()
109 SkAssertResult(SkParsePath::FromSVGString("M 0 0 Q 0 0 0 0", &fQuadPath)); in onOnceBeforeDraw()
110 SkAssertResult(SkParsePath::FromSVGString("M 0 0 L 0 0", &fLinePath)); in onOnceBeforeDraw()
Dcrbug_691386.cpp17 if (!SkParsePath::FromSVGString("M -1 0 A 1 1 0 0 0 1 0 Z", &path)) {
Dpath_stroke_with_zero_length.cpp170 SkParsePath::FromSVGString(pathStr.c_str(), &path); in draw_zero_length_capped_paths()
250 SkParsePath::FromSVGString(pathStr.c_str(), &path); in draw_zero_length_capped_paths_dbl_contour()
/third_party/flutter/skia/gm/
Ddashcubics.cpp62 SkParsePath::FromSVGString(d, &path);
78 SkAssertResult(SkParsePath::FromSVGString( in TrimGM()
85 SkAssertResult(SkParsePath::FromSVGString( in TrimGM()
92 SkAssertResult(SkParsePath::FromSVGString( in TrimGM()
Dpatharcto.cpp47 SkParsePath::FromSVGString(str, &path);
51 SkParsePath::FromSVGString(str2, &path2);
Darcto.cpp108 SkParsePath::FromSVGString(arcstr, &svgArc);
167 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path)); in DEF_SIMPLE_GM()
227 SkParsePath::FromSVGString(d, &path);
Dstrokes.cpp105 SkAssertResult(SkParsePath::FromSVGString("M0,0h0M10,0h0M20,0h0", &fMoveHfPath)); in onOnceBeforeDraw()
106 SkAssertResult(SkParsePath::FromSVGString("M0,0zM10,0zM20,0z", &fMoveZfPath)); in onOnceBeforeDraw()
107 SkAssertResult(SkParsePath::FromSVGString("M0,0h25", &fDashedfPath)); in onOnceBeforeDraw()
108 SkAssertResult(SkParsePath::FromSVGString("M 0 0 C 0 0 0 0 0 0", &fCubicPath)); in onOnceBeforeDraw()
109 SkAssertResult(SkParsePath::FromSVGString("M 0 0 Q 0 0 0 0", &fQuadPath)); in onOnceBeforeDraw()
110 SkAssertResult(SkParsePath::FromSVGString("M 0 0 L 0 0", &fLinePath)); in onOnceBeforeDraw()
Dcrbug_691386.cpp17 if (!SkParsePath::FromSVGString("M -1 0 A 1 1 0 0 0 1 0 Z", &path)) {
Dpath_stroke_with_zero_length.cpp159 SkParsePath::FromSVGString(pathStr.c_str(), &path); in draw_zero_length_capped_paths()
228 SkParsePath::FromSVGString(pathStr.c_str(), &path); in draw_zero_length_capped_paths_dbl_contour()
/third_party/flutter/skia/modules/pathkit/tests/
Dsvg.spec.js6 let path = PathKit.FromSVGString('M 205,5 L 795,5 L 595,295 L 5,295 L 205,5 z');
66 let path = PathKit.FromSVGString(svg);
/third_party/skia/modules/pathkit/tests/
Dsvg.spec.js6 let path = PathKit.FromSVGString('M 205,5 L 795,5 L 595,295 L 5,295 L 205,5 z');
66 let path = PathKit.FromSVGString(svg);
/third_party/flutter/skia/include/utils/
DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/third_party/skia/include/utils/
DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/third_party/skia/modules/svg/src/
DSkSVGPath.cpp24 return SkParsePath::FromSVGString(fCurPos, path); in parse()
/third_party/skia/modules/pathkit/perf/
Dpath.bench.js63 ctx.path = PathKit.FromSVGString('M 205,5 L 795,5 L 595,295 L 5,295 L 205,5 z');
133 let p = PathKit.FromSVGString('M 205,5 L 795,5 L 595,295 L 5,295 L 205,5 z');
/third_party/flutter/skia/modules/pathkit/perf/
Dpath.bench.js63 ctx.path = PathKit.FromSVGString('M 205,5 L 795,5 L 595,295 L 5,295 L 205,5 z');
133 let p = PathKit.FromSVGString('M 205,5 L 795,5 L 595,295 L 5,295 L 205,5 z');

12