Searched refs:chart_bounds (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 255 def draw_chart(ctx, color, fill, chart_bounds, data, proc_tree, data_range): argument 262 y = (point[1] - y_base) * -yscale + y_trans + chart_bounds[3] 271 xscale = float (chart_bounds[2]) / (max_x - x_shift) 273 xscale = float (chart_bounds[2]) 278 yscale = float(chart_bounds[3]) / (data_range[1] - data_range[0]) 281 yscale = float(chart_bounds[3]) / max_y 285 chart_bounds[0], chart_bounds[1]) 287 chart_bounds[0], chart_bounds[1]) 293 chart_bounds[0], chart_bounds[1]) 297 ctx.line_to(last[0], chart_bounds[1]+chart_bounds[3]) [all …]
|