Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1456 x0 = self.attrs.XToPixel(x0)
1457 x1 = self.attrs.XToPixel(x1)
1569 xp = attrs.XToPixel(x)
1601 width = attrs.XToPixel(hi)
1691 graph_width = attrs.XToPixel(attrs.subrange.x.hi) + 1
2087 def XToPixel(self, x): member in GraphAttributes
2102 rt = self.XToPixel(x)
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1457 x0 = self.attrs.XToPixel(x0)
1458 x1 = self.attrs.XToPixel(x1)
1570 xp = attrs.XToPixel(x)
1602 width = attrs.XToPixel(hi)
1692 graph_width = attrs.XToPixel(attrs.subrange.x.hi) + 1
2088 def XToPixel(self, x): member in GraphAttributes
2103 rt = self.XToPixel(x)

Completed in 13 milliseconds