f_v_1             358 core/gps.c     static void draw_compass_needle (int angle, double s_w, double c_w, char *bitmap, int extent, int m_x, int m_y, int offset_x, int offset_y, int f_v_1, int f_v_2){
f_v_1             401 core/gps.c                         draw_pixel(x_n, y_n, f_v_1);
f_v_1             424 core/gps.c     static void draw_compass (char *bitmap, int o_x, int o_y, int f_v_0, int f_v_1, int f_v_2, int f_v_4){
f_v_1             442 core/gps.c                     draw_pixel(o_x+mx, o_y+my, f_v_1);
f_v_1             485 core/gps.c             int f_v_1;
f_v_1             504 core/gps.c                 f_v_1=COLOR_GREEN;
f_v_1             510 core/gps.c                         f_v_1= COLOR_RED ;
f_v_1             514 core/gps.c                         f_v_1= COLOR_YELLOW ;
f_v_1             518 core/gps.c                         f_v_1= COLOR_GREEN ;
f_v_1             527 core/gps.c                     f_v_1= COLOR_RED ;
f_v_1             531 core/gps.c                         f_v_1= COLOR_YELLOW ;
f_v_1             535 core/gps.c                             f_v_1= COLOR_GREEN ;
f_v_1             559 core/gps.c                         draw_pixel(o_x1+mx1, o_y1+my1, f_v_1);
f_v_1             721 core/gps.c             int f_v_1;
f_v_1             742 core/gps.c                 f_v_1= COLOR_BLACK ;
f_v_1             779 core/gps.c                         draw_pixel(o_x1+mx1, o_y1+my1, f_v_1);
f_v_1            1330 core/gps.c         int f_v_1=COLOR_BLUE;
f_v_1            1364 core/gps.c                     f_v_1= COLOR_RED ;
f_v_1            1368 core/gps.c                     f_v_1= COLOR_YELLOW ;
f_v_1            1372 core/gps.c                     f_v_1= COLOR_GREEN ;
f_v_1            1379 core/gps.c                 draw_compass (bitmap2, offset_x - 27, offset_y -14, f_v_0, f_v_1, f_v_2, f_v_4);
f_v_1            1383 core/gps.c                 f_v_1= COLOR_BLUE ;
f_v_1            1401 core/gps.c                 draw_compass_needle (m, s_w, c_w, bitmap1, extent, m_x, m_y, offset_x, offset_y, f_v_1, f_v_3);