Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js1106 this.svgStr = null;
1135 this.svgStr = []; property
1137 this.svgStr.push('</svg></div>');
1138 this.div.append(this.svgStr.join(''));
1145 this.svgStr = []; property
1153 this.svgDiv.html(this.svgStr.join(''));
1154 this.svgStr = []; property
1164 this.svgStr.push(`
1255 this.svgStr.push(`<g><title>${title}</title> <rect x="${x}%" y="${y}" ox="${x}"
1271 this.svgStr.push(`<rect id="zoom_rect_${this.id}" style="display:none;stroke:rgb(0,0,0);"
[all …]