Searched refs:yscale (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0006-themes-Industrial-add-info-label-in-ui.patch | 25 <property name="yscale">0</property> 70 <property name="yscale">0</property>
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 281 xscale, yscale, x_trans, y_trans): argument 283 y = (point[1] - y_base) * -yscale + y_trans + chart_bounds[3] 299 yscale = float(chart_bounds[3]) / (data_range[1] - data_range[0]) 302 yscale = float(chart_bounds[3]) / max_y 305 first = transform_point_coords (data[0], x_shift, ybase, xscale, yscale, \ 307 last = transform_point_coords (data[-1], x_shift, ybase, xscale, yscale, \ 313 x, y = transform_point_coords (point, x_shift, ybase, xscale, yscale, \
|