/external/opencv3/doc/pattern_tools/ |
D | svgfig.py | 68 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 …]
|
D | gen_pattern.py | 34 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/ |
D | tokenizer_proxy.js | 81 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/ |
D | html.js | 6 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;
|
D | foreign_content.js | 256 return ns === NS.SVG && (tn === $.FOREIGN_OBJECT || tn === $.DESC || tn === $.TITLE);
|
/external/libxml2/result/ |
D | svg2.sax | 3 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…
|
D | svg2.sax2 | 3 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…
|
D | svg1.sax | 3 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…
|
D | svg1.sax2 | 3 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/ |
D | open_element_stack.js | 47 return ns === NS.SVG; 59 return ns === NS.SVG; 73 return tn === $.FOREIGN_OBJECT && ns === NS.SVG;
|
/external/skia/src/svg/parser/ |
D | SkSVGSVG.h | 16 DECLARE_SVG_INFO(SVG);
|
D | SkSVGSVG.cpp | 29 DEFINE_SVG_INFO(SVG) in DEFINE_SVG_INFO() argument
|
D | SkSVGParser.cpp | 379 CASE_NEW(SVG); in CreateElement()
|
/external/chromium-trace/catapult/tracing/third_party/d3/ |
D | README.chromium | 12 A JavaScript visualization library for HTML and SVG.
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | tests11.dat | 74 …SVG ATTRIBUTENAME='' ATTRIBUTETYPE='' BASEFREQUENCY='' BASEPROFILE='' CALCMODE='' CLIPPATHUNITS=''… 382 …SVG><ALTGLYPH /><ALTGLYPHDEF /><ALTGLYPHITEM /><ANIMATECOLOR /><ANIMATEMOTION /><ANIMATETRANSFORM …
|
/external/netperf/doc/examples/ |
D | bloat.sh | 106 $RRDTOOL graph bloat.svg --imgformat SVG \
|
/external/skia/resources/ |
D | slides_content2.lua | 55 - SkPicture for caching SVG
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/serialization/ |
D | serializer.js | 89 qualifiedTn = (ns === NS.HTML || ns === NS.SVG || ns === NS.MATHML) ? tn : (ns + ':' + tn);
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/ |
D | test_utils.js | 153 case HTML.NAMESPACES.SVG:
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/ |
D | demonstration_markup.txt | 5 <div><svg><![CDATA[HTML5 does allow CDATA sections in SVG]]></svg></div>
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | History.md | 11 * Fix loading the polyfill in an SVG document
|
/external/jemalloc/bin/ |
D | jeprof.in | 2253 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/ |
D | open_element_stack_test.js | 307 stack.push(treeAdapter.createElement($.TITLE, NS.SVG, [])); 324 stack.push(treeAdapter.createElement($.TITLE, NS.SVG, []));
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | CHANGES.rst | 130 since it doesn't support namespaces, foreign content like SVG and
|
/external/skia/site/user/api/ |
D | canvas.md | 194 The (*still experimental*) SkSVG canvas writes into an SVG document.
|