m_x 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){ m_x 396 core/gps.c x_n = m_x + Round(((c_w * (m_x - px)) + (s_w * (m_y - py))),2); m_x 397 core/gps.c y_n = m_y + Round(((c_w * (m_y - py)) - (s_w * (m_x - px))),2); m_x 1323 core/gps.c int m_x = offset_x + 31; m_x 1400 core/gps.c draw_compass_needle (old_angle, old_s_w, old_c_w, bitmap1, extent, m_x, m_y, offset_x, offset_y, f_v_0, f_v_0); m_x 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);