Searched refs:to_pair (Results 1 - 4 of 4) sorted by relevance

/gem5/util/minorview/
H A Dblobs.py60 (x, y) = centre.to_pair()
61 (half_width, half_height) = (size.scale(0.5)).to_pair()
101 (width, height) = size.to_pair()
134 cr.move_to(*top_left.to_pair())
165 (x, y) = centre.to_pair()
235 size = Point(*self.size.to_pair())
243 cr.scale(*view.pitch.to_pair())
244 cr.translate(*self.topLeft.to_pair())
245 cr.translate(*(size - Point(1,1)).scale(0.5).to_pair())
249 Point(*cr.user_to_device_distance(*size.to_pair()))
[all...]
H A Dpoint.py59 def to_pair(self): member in class:Point
H A Dview.py115 cr.scale(*self.masterScale.to_pair())
116 cr.translate(*self.origin.to_pair())
367 cr.translate(*(Point(0.0,0.0) - self.view.origin).to_pair())
368 cr.scale(*(Point(1.0,1.0) / self.view.masterScale).to_pair())
426 cr.move_to(*row_point.to_pair())
H A Dmodel.py865 x, y = point.to_pair()

Completed in 6 milliseconds