x0                686 core/gui_osd.c     int x0=conf.ev_video_pos.x, y0=conf.ev_video_pos.y;
x0                691 core/gui_osd.c     draw_rectangle(x0,y0,x0+70,y0+24, visible? MAKE_COLOR(BG_COLOR(col),BG_COLOR(col)): COLOR_TRANSPARENT, RECT_BORDER1|DRAW_FILLED);
x0                695 core/gui_osd.c     for (i=0;i<9;i++) draw_line(x0+2+i*8,   y0+12, x0+2+i*8,   y0+12-(i&1 ? 5 : 10), col);
x0                696 core/gui_osd.c     for (i=0;i<9;i++) draw_line(x0+2+i*8+1, y0+12, x0+2+i*8+1, y0+12-(i&1 ? 5 : 10), col);
x0                700 core/gui_osd.c     x0+=deltax;
x0                702 core/gui_osd.c     draw_line(x0+34,y0+16,x0+34,y0+22,col);
x0                703 core/gui_osd.c     draw_line(x0+35,y0+16,x0+35,y0+22,col);
x0                705 core/gui_osd.c     draw_line(x0+32,y0+19,x0+32,y0+22,col);
x0                706 core/gui_osd.c     draw_line(x0+33,y0+18,x0+33,y0+22,col);
x0                707 core/gui_osd.c     draw_line(x0+36,y0+18,x0+36,y0+22,col);
x0                708 core/gui_osd.c     draw_line(x0+37,y0+19,x0+37,y0+22,col);
x0                 26 modules/gui_grid.c     coord               x0,y0,x1,y1;
x0                161 modules/gui_grid.c         gptr->x0=nums[0];  gptr->y0=nums[1];
x0                245 modules/gui_grid.c                 int x0 = ptr->x0;
x0                250 modules/gui_grid.c                     x0 = ((x0 * xs + 8192) >> 14) + xo;
x0                257 modules/gui_grid.c                         draw_line(x0, y0, x1+xo, y1+yo, col);
x0                260 modules/gui_grid.c                         draw_rectangle(x0, y0, x1+xo, y1+yo, col, RECT_BORDER1);
x0                263 modules/gui_grid.c                         draw_rectangle(x0, y0, x1+xo, y1+yo, col, RECT_BORDER1|DRAW_FILLED);
x0                266 modules/gui_grid.c                         draw_ellipse(x0, y0, (unsigned int)x1, (unsigned int)y1, col, 0);
x0                269 modules/gui_grid.c                         draw_ellipse(x0, y0, (unsigned int)x1, (unsigned int)y1, col, DRAW_FILLED);
x0                 39 modules/shot_histogram.c     int x, y, x0, x1, y0, y1;
x0                 49 modules/shot_histogram.c     x0 = camera_sensor.active_area.x1 + ((shot_margin_left   * width)  / 10);
x0                 58 modules/shot_histogram.c             for (x = x0; x < x1; x += SHOT_HISTOGRAM_STEP)
x0                 69 modules/shot_histogram.c             for (x = x0; x < x1; x += SHOT_HISTOGRAM_STEP )