Home
last modified time | relevance | path

Searched defs:svg (Results 1 – 24 of 24) sorted by relevance

/third_party/libabigail/include/
Dabg-viz-svg.h63 struct svg struct
87 svg(const std::string &__title, argument
90 : _M_title(__title), _M_canvas(__cv), _M_typo(__typo), _M_y_size(0) in _M_title()
101 empty() { return _M_sstream.str().empty(); } in empty()
125 start() in start()
132 finish() in finish()
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen-input-demo.ts61 const svg = (document.getElementById("qrcode-svg") as Element) as SVGElement; constant
/third_party/node/deps/v8/tools/system-analyzer/view/timeline/
Dtimeline-track-tick.mjs194 const svg = SVG.svg(); constant
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCodeGeneratorDemo.java65 String svg = toSvgString(qr, 4, "#FFFFFF", "#000000"); // Convert to SVG XML code in doBasicDemo() local
/third_party/qrcodegen/java/
DQrCodeGeneratorDemo.java66 String svg = toSvgString(qr, 4, "#FFFFFF", "#000000"); // Convert to SVG XML code in doBasicDemo() local
/third_party/skia/modules/pathkit/tests/
DtestReporter.js11 function reportSVG(svg, testname) { argument
/third_party/skia/modules/canvaskit/tests/
DtestReporter.js11 function reportSVG(svg, testname) { argument
/third_party/node/deps/v8/tools/turbolizer/src/
Dgraph-view.ts40 svg: d3.Selection<any, any, any, any>; property in GraphView
71 const svg = this.divElement.append("svg") constant
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-color.c103 static hb_face_t *svg = NULL; variable
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp84 sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromStream(*stream); in withSVG() local
103 this->withSVG([&](const SkSVGDOM& svg){ in size()
110 this->withSVG([&](const SkSVGDOM& svg){ in render()
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts141 const svg = treeAdapter.getChildNodes(fragment)[0]; constant
/third_party/skia/tools/fm/
Dfm.cpp194 static void init(Source* source, sk_sp<SkSVGDOM> svg) { in init()
467 if (sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromStream(stream)) { in main() local
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs135 static svg(classes) { method in SVG
/third_party/littlefs/scripts/
Dplotmpl.py562 svg=False, argument
/third_party/skia/third_party/externals/expat/expat/doc/
Dok.min.css2 …ody{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0…
/third_party/skia/tools/
DToolUtils.cpp500 sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromStream(stream); in sniff_paths() local
/third_party/skia/tools/skpbench/
Dskpbench.cpp704 sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromStream(*stream); in create_skp_from_svg() local
/third_party/skia/tests/
DPathOpsExtendedTest.cpp416 SkString svg; in json_path_out() local
/third_party/skia/src/svg/
DSkSVGDevice.cpp858 std::unique_ptr<AutoElement> svg; in drawRect() local
/third_party/typescript/lib/
DtypesMap.json440 "svg": "svgjs", string
/third_party/typescript/src/server/
DtypesMap.json440 "svg": "svgjs", string
/third_party/typescript/tests/lib/
Dreact.d.ts2255 svg: SVGFactory; property
2487 svg: React.SVGProps; property
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
Dkhronos.css168 object, svg { display: inline-block; vertical-align: middle; } selector
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82763 static nsIAtom* svg; member in nsGkAtoms