Home
last modified time | relevance | path

Searched refs:RECT_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py19 RECT_HEIGHT = 100 variable in RootFrame
36 …self.height_virtual = RootFrame.Y_OFFSET + (self.nr_rects * (RootFrame.RECT_HEIGHT + RootFrame.REC…
83 offset_py = RootFrame.Y_OFFSET + (nr * (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE))
84 width_py = RootFrame.RECT_HEIGHT
120 rect = y / (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE)
121 height = y % (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE)
123 if rect < 0 or rect > self.nr_rects - 1 or height > RootFrame.RECT_HEIGHT:
/linux-6.1.9/drivers/video/fbdev/sis/
Dsis_accel.h105 #define RECT_HEIGHT 0x821A macro