Searched refs:svgfile (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/util/ |
D | svghelper.c | 35 static FILE *svgfile; variable 78 svgfile = fopen(filename, "w"); in open_svg() 79 if (!svgfile) { in open_svg() 97 fprintf(svgfile, "<?xml version=\"1.0\" standalone=\"no\"?> \n"); in open_svg() 98 …fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.o… in open_svg() 100 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n"); in open_svg() 102 fprintf(svgfile, " rect { stroke-width: 1; }\n"); in open_svg() 103 …fprintf(svgfile, " rect.process { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:1; … in open_svg() 104 …fprintf(svgfile, " rect.process2 { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:0; … in open_svg() 105 …fprintf(svgfile, " rect.sample { fill:rgb( 0, 0,255); fill-opacity:0.8; stroke-width:0; … in open_svg() [all …]
|