offset_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){ offset_x 393 core/gps.c px=offset_x+mx; offset_x 1322 core/gps.c int offset_x = 32; offset_x 1323 core/gps.c int m_x = offset_x + 31; offset_x 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); offset_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); offset_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); offset_x 2366 core/gui.c int offset_x = (camera_screen.width-LOGO_WIDTH)>>1; offset_x 2380 core/gui.c draw_pixel(offset_x+mx,offset_y+my,c);