s_w 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){ s_w 378 core/gps.c s_w = 0; s_w 384 core/gps.c s_w = -1; s_w 396 core/gps.c x_n = m_x + Round(((c_w * (m_x - px)) + (s_w * (m_y - py))),2); s_w 397 core/gps.c y_n = m_y + Round(((c_w * (m_y - py)) - (s_w * (m_x - px))),2); s_w 1316 core/gps.c double s_w; s_w 1396 core/gps.c s_w=sin(w); s_w 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);