Home
last modified time | relevance | path

Searched refs:SVG (Results 1 – 25 of 38) sorted by relevance

12

/external/opencv3/doc/pattern_tools/
Dsvgfig.py68 class SVG: class
192 return (isinstance(other, SVG) and
239 if not isinstance(self.svg, SVG):
375 if isinstance(s, SVG):
426 if isinstance(s, SVG):
551 return SVG("svg", **attributes)
553 return SVG("svg", *sub, **attributes)
563 svg.prepend(SVG("rect", x=x, y=y, width=width, height=height, stroke="none", fill="cornsilk"))
564 svg.append(SVG("rect", x=x, y=y, width=width, height=height, stroke="black", fill="none"))
587 if isinstance(s, SVG) and s.t == replaceme:
[all …]
Dgen_pattern.py34 self.g = SVG("g") # the svg group container
41 dot = SVG("circle", cx=x * spacing, cy=y * spacing, r=r, fill="black")
49 …dot = SVG("circle", cx= ((j*2 + i%2)*spacing) + spacing, cy=self.height - (i * spacing + spacing),…
57 …dot = SVG("rect", x=x * spacing, y=y * spacing, width=spacing, height=spacing, stroke_width="0", f…
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
Dtokenizer_proxy.js81 if (tn === $.SVG)
82 this._enterNamespace(NS.SVG);
119 else if ((tn === $.SVG && this.currentNamespace === NS.SVG) ||
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
Dhtml.js6 SVG: 'http://www.w3.org/2000/svg',
161 SVG: 'svg',
265 SPECIAL_ELEMENTS[NS.SVG] = {};
266 SPECIAL_ELEMENTS[NS.SVG][$.TITLE] = true;
267 SPECIAL_ELEMENTS[NS.SVG][$.FOREIGN_OBJECT] = true;
268 SPECIAL_ELEMENTS[NS.SVG][$.DESC] = true;
Dforeign_content.js256 return ns === NS.SVG && (tn === $.FOREIGN_OBJECT || tn === $.DESC || tn === $.TITLE);
/external/libxml2/result/
Dsvg2.sax3 SAX.internalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
4 SAX.externalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
Dsvg2.sax23 SAX.internalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
4 SAX.externalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
Dsvg1.sax3 SAX.internalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
4 SAX.externalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
Dsvg1.sax23 SAX.internalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
4 SAX.externalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
Dopen_element_stack.js47 return ns === NS.SVG;
59 return ns === NS.SVG;
73 return tn === $.FOREIGN_OBJECT && ns === NS.SVG;
/external/skia/src/svg/parser/
DSkSVGSVG.h16 DECLARE_SVG_INFO(SVG);
DSkSVGSVG.cpp29 DEFINE_SVG_INFO(SVG) in DEFINE_SVG_INFO() argument
DSkSVGParser.cpp379 CASE_NEW(SVG); in CreateElement()
/external/chromium-trace/catapult/tracing/third_party/d3/
DREADME.chromium12 A JavaScript visualization library for HTML and SVG.
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests11.dat74SVG ATTRIBUTENAME='' ATTRIBUTETYPE='' BASEFREQUENCY='' BASEPROFILE='' CALCMODE='' CLIPPATHUNITS=''…
382SVG><ALTGLYPH /><ALTGLYPHDEF /><ALTGLYPHITEM /><ANIMATECOLOR /><ANIMATEMOTION /><ANIMATETRANSFORM …
/external/netperf/doc/examples/
Dbloat.sh106 $RRDTOOL graph bloat.svg --imgformat SVG \
/external/skia/resources/
Dslides_content2.lua55 - SkPicture for caching SVG
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/serialization/
Dserializer.js89 qualifiedTn = (ns === NS.HTML || ns === NS.SVG || ns === NS.MATHML) ? tn : (ns + ':' + tn);
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/
Dtest_utils.js153 case HTML.NAMESPACES.SVG:
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/
Ddemonstration_markup.txt5 <div><svg><![CDATA[HTML5 does allow CDATA sections in SVG]]></svg></div>
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DHistory.md11 * Fix loading the polyfill in an SVG document
/external/jemalloc/bin/
Djeprof.in2253 open(SVG, $svgfile) || die "open temp svg: $!";
2254 my @svg = <SVG>;
2255 close(SVG);
2297 open(SVG, ">$svgfile") || die "open $svgfile: $!";
2298 print SVG $svg;
2299 close(SVG);
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
Dopen_element_stack_test.js307 stack.push(treeAdapter.createElement($.TITLE, NS.SVG, []));
324 stack.push(treeAdapter.createElement($.TITLE, NS.SVG, []));
/external/chromium-trace/catapult/third_party/html5lib-python/
DCHANGES.rst130 since it doesn't support namespaces, foreign content like SVG and
/external/skia/site/user/api/
Dcanvas.md194 The (*still experimental*) SkSVG canvas writes into an SVG document.

12