Home
last modified time | relevance | path

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

/tools/perf/util/
Dsvghelper.c141 static double normalize_height(double height) in normalize_height() argument
143 if (height < 0.25) in normalize_height()
145 else if (height < 0.50) in normalize_height()
147 else if (height < 0.75) in normalize_height()
153 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox() argument
156 height = normalize_height(height); in svg_ubox()
167 SLOT_HALF * height, in svg_ubox()
172 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox() argument
175 height = normalize_height(height); in svg_lbox()
185 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height, in svg_lbox()
[all …]
Dsvghelper.h10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
/tools/perf/ui/gtk/
Dbrowser.c21 int height; in perf_gtk__resize_window() local
31 height = rect.height * 3 / 4; in perf_gtk__resize_window()
33 gtk_window_resize(GTK_WINDOW(window), width, height); in perf_gtk__resize_window()
/tools/vm/
Dslabinfo-gnuplot.sh28 height=700
84 set terminal png enhanced size $width,$height large
126 set terminal png enhanced size $width,$height large
192 height=${array[1]}
/tools/perf/ui/
Dbrowser.c197 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions()
312 int height = browser->height, h = 0, pct = 0, in ui_browser__scrollbar_set() local
317 pct = ((browser->index * (browser->height - 1)) / in ui_browser__scrollbar_set()
323 while (h < height) { in ui_browser__scrollbar_set()
Dbrowser.h20 u16 y, x, width, height, rows, columns, horiz_scroll; member
/tools/testing/radix-tree/
Dmultiorder.c58 int height = order[i] / XA_CHUNK_SHIFT; in multiorder_iteration() local
59 int shift = height * XA_CHUNK_SHIFT; in multiorder_iteration()
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py121 height = y % (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE)
123 if rect < 0 or rect > self.nr_rects - 1 or height > RootFrame.RECT_HEIGHT:
/tools/power/pm-graph/
Dbootgraph.py576 height = devtl.phaseRowHeight(0, phase, dev['row'])
577 top = '%.6f' % ((dev['row']*height) + devtl.scaleH)
582 devname+length+phase+'_mode', left, top, '%.3f'%height,
585 height = '%.6f' % (devtl.rowH / 2)
598 top, height, width, title, 'x%d'%num)
610 top, height, width, title, dev['id']+cg.id)
Dsleepgraph.py2640 self.height = 0 # total timeline height
2809 self.height = self.scaleH + (maxrows*self.rowH)
2810 self.bodyH = self.height - self.scaleH
2828 self.html += html_timeline.format('dmesg', self.height)
4681 height = '%.3f' % (rowheight/3)
4687 html_cpuexec.format(left, top, height, width, color)
4694 height = '%.3f' % devtl.rowH
4703 left, top, height, width, e.text(), '', xtrastyle)
4821 ….stamp {width:100%;text-align:center;background:gray;line-height:30px;color:white;font:25px Arial;…
4830 t4 {color:black;font:bold 30px Times;line-height:60px;white-space:nowrap;}\n\
[all …]
/tools/perf/scripts/python/
Dexported-sql-viewer.py1551 self.height = self.max_mark_sz + 1
1554 return QRectF(0, 0, self.width, self.height)
1619 return self.height
1715 self.height = self.graph_origin_y + margin
1724 return QRectF(0, 0, self.width, self.height)
1769 self.height = 0
1772 def SetSize(self, width, height): argument
1774 self.height = height + 1
1777 return QRectF(0, 0, self.width, self.height)
1781 painter.fillRect(0, 0, self.width, self.height, colour)
[all …]
/tools/perf/ui/browsers/
Dannotate.c282 back = browser->b.height / 2; in annotate_browser__set_top()
863 browser->b.height, in annotate_browser__run()
/tools/include/uapi/drm/
Di915_drm.h271 int width, height; /* screen size in pixels */ member