Searched refs:RECT_HEIGHT (Results 1 – 2 of 2) sorted by relevance
19 RECT_HEIGHT = 100 variable in RootFrame36 …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_HEIGHT120 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:
105 #define RECT_HEIGHT 0x821A macro
Completed in 7 milliseconds