Lines Matching defs:surface

29 def pixel(Surface surface, x, y, color):
33 def hline(Surface surface, x1, x2, y, color):
37 def vline(Surface surface, x, y1, y2, color):
41 def rectangle(Surface surface, rect, color):
47 def rounded_rectangle(Surface surface, rect, rad, color):
53 def box(Surface surface, rect, color):
59 def rounded_box(Surface surface, rect, rad, color):
65 def line(Surface surface, x1, y1, x2, y2, color):
69 def aaline(Surface surface, x1, y1, x2, y2, color):
73 def thick_line(Surface surface, x1, y1, x2, y2, width, color):
90 def circle(Surface surface, x, y, r, color):
94 def arc(Surface surface, x, y, r, start, end, color):
98 def aacircle(Surface surface, x, y, r, color):
102 def filled_circle(Surface surface, x, y, r, color):
106 def ellipse(Surface surface, x, y, rx, ry, color):
110 def aaellipse(Surface surface, x, y, rx, ry, color):
114 def filled_ellipse(Surface surface, x, y, rx, ry, color):
118 def pie(Surface surface, x, y, r, start, end, color):
122 def filled_pie(Surface surface, x, y, r, start, end, color):
126 def trigon(Surface surface, x1, y1, x2, y2, x3, y3, color):
130 def aatrigon(Surface surface, x1, y1, x2, y2, x3, y3, color):
134 def filled_trigon(Surface surface, x1, y1, x2, y2, x3, y3, color):
138 def polygon(Surface surface, points, color):
151 def aapolygon(Surface surface, points, color):
164 def filled_polygon(Surface surface, points, color):
177 def textured_polygon(Surface surface, points, Surface texture not None, tx, ty):
189 def bezier(Surface surface, points, steps, color):