offset_y          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_y          394 core/gps.c                     py=offset_y+my;
offset_y         1324 core/gps.c         int offset_y = 150;     //128
offset_y         1325 core/gps.c         int m_y = offset_y + 31;
offset_y         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_y         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_y         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_y         2368 core/gui.c             int offset_y = ((camera_screen.height-LOGO_HEIGHT)>>1) - 66 ;
offset_y         2370 core/gui.c             int offset_y = ((camera_screen.height-LOGO_HEIGHT)>>1) - 42 ;
offset_y         2380 core/gui.c                         draw_pixel(offset_x+mx,offset_y+my,c);