/third_party/skia/docs/examples/ |
D | SKIA_LOGO_svg.cpp | 28 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()
|
D | SkParsePath_FromSVGString.cpp | 16 SkParsePath::FromSVGString(pathString, &path); in draw()
|
D | flag_us_1960.cpp | 18 SkParsePath::FromSVGString( in draw()
|
D | flag_us_1792.cpp | 18 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/ |
D | ParsePathTest.cpp | 16 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/ |
D | ParsePathTest.cpp | 16 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/ |
D | dashcubics.cpp | 62 SkParsePath::FromSVGString(d, &path); 80 SkAssertResult(SkParsePath::FromSVGString( in onOnceBeforeDraw() 87 SkAssertResult(SkParsePath::FromSVGString( in onOnceBeforeDraw() 94 SkAssertResult(SkParsePath::FromSVGString( in onOnceBeforeDraw()
|
D | patharcto.cpp | 47 SkParsePath::FromSVGString(str, &path); 51 SkParsePath::FromSVGString(str2, &path2);
|
D | arcto.cpp | 107 SkParsePath::FromSVGString(arcstr, &path); 164 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path)); in DEF_SIMPLE_GM() 224 SkParsePath::FromSVGString(d, &path);
|
D | strokes.cpp | 105 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()
|
D | crbug_691386.cpp | 17 if (!SkParsePath::FromSVGString("M -1 0 A 1 1 0 0 0 1 0 Z", &path)) {
|
D | path_stroke_with_zero_length.cpp | 170 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/ |
D | dashcubics.cpp | 62 SkParsePath::FromSVGString(d, &path); 78 SkAssertResult(SkParsePath::FromSVGString( in TrimGM() 85 SkAssertResult(SkParsePath::FromSVGString( in TrimGM() 92 SkAssertResult(SkParsePath::FromSVGString( in TrimGM()
|
D | patharcto.cpp | 47 SkParsePath::FromSVGString(str, &path); 51 SkParsePath::FromSVGString(str2, &path2);
|
D | arcto.cpp | 108 SkParsePath::FromSVGString(arcstr, &svgArc); 167 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path)); in DEF_SIMPLE_GM() 227 SkParsePath::FromSVGString(d, &path);
|
D | strokes.cpp | 105 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()
|
D | crbug_691386.cpp | 17 if (!SkParsePath::FromSVGString("M -1 0 A 1 1 0 0 0 1 0 Z", &path)) {
|
D | path_stroke_with_zero_length.cpp | 159 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/ |
D | svg.spec.js | 6 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/ |
D | svg.spec.js | 6 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/ |
D | SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*);
|
/third_party/skia/include/utils/ |
D | SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*);
|
/third_party/skia/modules/svg/src/ |
D | SkSVGPath.cpp | 24 return SkParsePath::FromSVGString(fCurPos, path); in parse()
|
/third_party/skia/modules/pathkit/perf/ |
D | path.bench.js | 63 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/ |
D | path.bench.js | 63 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');
|