Home
last modified time | relevance | path

Searched refs:svgStr (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
Dreport_html.js1116 this.svgStr = null;
1145 this.svgStr = []; property
1147 this.svgStr.push('</svg></div>');
1148 this.div.append(this.svgStr.join(''));
1155 this.svgStr = []; property
1163 this.svgDiv.html(this.svgStr.join(''));
1164 this.svgStr = []; property
1174 this.svgStr.push(`
1268 this.svgStr.push(`<g><title>${title}</title> <rect x="${x}%" y="${y}" ox="${x}"
1284 this.svgStr.push(`<rect id="zoom_rect_${this.id}" style="display:none;stroke:rgb(0,0,0);"
[all …]