draw_ellipse      121 core/gui_draw.h extern void draw_ellipse(coord xc, coord yc, unsigned int a, unsigned int b, color cl, int flags);
draw_ellipse       50 modules/games/gui_4wins.c     draw_ellipse((XBORDER+((column-1)*RECT_SIZE))+(RECT_SIZE/2), (BORDER_TOP+((7-row)*RECT_SIZE))+(RECT_SIZE/2), STONE_SIZE, STONE_SIZE, cl, DRAW_FILLED);
draw_ellipse       78 modules/games/gui_reversi.c             draw_ellipse(field_x+cell_size*x+(cell_size>>1), field_y+cell_size*y+(cell_size>>1),
draw_ellipse       82 modules/games/gui_reversi.c             draw_ellipse(field_x+cell_size*x+(cell_size>>1), field_y+cell_size*y+(cell_size>>1),
draw_ellipse      333 modules/games/gui_reversi.c     draw_ellipse(x+FONT_WIDTH*1.5+(cell_size>>1), y+FONT_HEIGHT*3+(cell_size>>1),
draw_ellipse      338 modules/games/gui_reversi.c     draw_ellipse(x+FONT_WIDTH*1.5+(cell_size>>1), y+FONT_HEIGHT*7+(cell_size>>1),
draw_ellipse      431 modules/games/gui_sokoban.c                         draw_ellipse(camera_screen.disp_left+x*cell_size+(cell_size>>1)-1, y*cell_size+(cell_size>>1)-1, (cell_size>>1)-3, (cell_size>>1)-3, PLAYER_COLOR_1, DRAW_FILLED);
draw_ellipse      239 modules/games/gui_sudoku.c 		draw_ellipse(xFieldBorder+(xPos+1)*fieldLineDistance-fieldLineDistance/2, yFieldBorder+(yPos+1)*fieldLineDistance-fieldLineDistance/2, fieldLineDistance/2-3, fieldLineDistance/2-1, MARKER_COLOR, DRAW_FILLED);
draw_ellipse      266 modules/gui_grid.c                         draw_ellipse(x0, y0, (unsigned int)x1, (unsigned int)y1, col, 0);
draw_ellipse      269 modules/gui_grid.c                         draw_ellipse(x0, y0, (unsigned int)x1, (unsigned int)y1, col, DRAW_FILLED);
draw_ellipse      479 modules/histogram.c                 draw_ellipse(conf.histo_pos.x+HISTO_DOT_PAD, conf.histo_pos.y+HISTO_DOT_PAD,
draw_ellipse      484 modules/histogram.c                 draw_ellipse(conf.histo_pos.x+HISTO_WIDTH-HISTO_DOT_PAD, conf.histo_pos.y+HISTO_DOT_PAD,
draw_ellipse     1333 modules/luascript.c   draw_ellipse(x1,y1,a,b,cl,0);
draw_ellipse     1343 modules/luascript.c   draw_ellipse(x1,y1,a,b,cl,DRAW_FILLED);
draw_ellipse     3007 modules/luascript.c     FUNC(draw_ellipse)
draw_ellipse      137 modules/module_exportlist.c             draw_ellipse