# File lib/rubysdl_compatible_ver1.rb, line 106 def drawAAFilledCircle(x, y, r, color) drawCircle(x, y, r, color, true, true) end