Searched refs:textPath (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/docs/examples/ |
D | Region_setPath.cpp | 10 SkPath textPath; 11 paint.getTextPath("Q", 1, 0, 110, &textPath); 15 region.setPath(textPath, clipRegion); 18 textPath.offset(100, 0); 20 canvas->drawPath(textPath, SkPaint());
|
D | Region_intersects.cpp | 10 SkPath textPath; 11 paint.getTextPath("W", 1, 20, 110, &textPath); 13 region.setPath(textPath, SkRegion({0, 0, 256, 256}));
|
D | Path_addRRect_2.cpp | 15 SkPath textPath; in draw() local 16 textPath.addRRect(rrect, SkPathDirection::kCW, start); in draw() 17 SkPathMeasure pathMeasure(textPath, false); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Region_setPath.cpp | 10 SkPath textPath; 11 paint.getTextPath("Q", 1, 0, 110, &textPath); 15 region.setPath(textPath, clipRegion); 18 textPath.offset(100, 0); 20 canvas->drawPath(textPath, SkPaint());
|
D | Region_intersects.cpp | 10 SkPath textPath; 11 paint.getTextPath("W", 1, 20, 110, &textPath); 13 region.setPath(textPath, SkRegion({0, 0, 256, 256}));
|
D | Path_addRRect_2.cpp | 15 SkPath textPath; in draw() local 16 textPath.addRRect(rrect, SkPath::kCW_Direction, start); in draw() 17 SkPathMeasure pathMeasure(textPath, false); in draw()
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionsOfLargeUnions.types | 27 …ne" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use… 59 …ne" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use… 72 …ne" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use…
|
D | intersectionsOfLargeUnions2.types | 41 …ne" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use… 73 …ne" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use… 86 …ne" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use…
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests11.test | 477 …eTurbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></svg>", 478 …eTurbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></svg>", 709 "textPath", 952 "textPath", 1195 "textPath", 1206 …Turbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></math>", 1207 …Turbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></math>",
|
/third_party/typescript/tests/lib/ |
D | react16.d.ts | 2265 textPath: SVGFactory; 2688 textPath: React.SVGProps<SVGTextPathElement>;
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 2716 textPath: {
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts.js | 491 …f.add(D),e.textPath&&!e.useHTML&&(f.setTextPath(h.getDataLabelPath&&h.getDataLabelPath(f)||h.graph…
|