Home | History | Annotate | Download | only in Trace

Lines Matching refs:dc

86 		dc = self.dc
92 dc.SetBrush(brush)
93 dc.DrawRectangle(offset_px, offset_py, width_px, RootFrame.EVENT_MARKING_WIDTH)
100 dc.SetBrush(brush)
101 dc.DrawRectangle(offset_px, offset_py, width_px, width_py)
103 def update_rectangles(self, dc, start, end):
109 dc = wx.PaintDC(self.scroll_panel)
110 self.dc = dc
116 self.update_rectangles(dc, start, end)