Searched refs:us_to_px (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py65 def us_to_px(self, val): member in class:RootFrame
80 offset_px = self.us_to_px(start - self.ts_start)
81 width_px = self.us_to_px(end - self.ts_start)
146 self.width_virtual = self.us_to_px(self.ts_end - self.ts_start)
151 xpos = self.us_to_px(x) / self.scroll_scale
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py65 def us_to_px(self, val): member in class:RootFrame
80 offset_px = self.us_to_px(start - self.ts_start)
81 width_px = self.us_to_px(end - self.ts_start)
146 self.width_virtual = self.us_to_px(self.ts_end - self.ts_start)
151 xpos = self.us_to_px(x) / self.scroll_scale

Completed in 113 milliseconds