Lines Matching refs:peagreen_clr
870 (void)draw_kfont_f32 ( cx+O2X,cy+O1Y, peagreen_clr, dps_mag_pitch, 3 ) ; in draw_sample()
871 (void)draw_kfont_f32 ( cx+O3X,cy+O1Y, peagreen_clr, dps_mag_yaw, 3 ) ; in draw_sample()
872 (void)draw_kfont_f32 ( cx+O4X,cy+O1Y, peagreen_clr, dps_mag_roll, 3 ) ; in draw_sample()
888 draw_kfont_f32 ( (f32)cx ,(f32)cy, peagreen_clr, kpads[ 0 ][ 0 ].mpls.mpls.x, 2 ); in draw_sample()
889 draw_kfont_f32 ( cx+ 8.0f,(f32)cy, peagreen_clr, kpads[ 0 ][ 0 ].mpls.mpls.y, 2 ); in draw_sample()
890 draw_kfont_f32 ( cx+16.0f,(f32)cy, peagreen_clr, kpads[ 0 ][ 0 ].mpls.mpls.z, 2 ); in draw_sample()
908 draw_mpls( x1, y, r, kpads[ 0 ][ cx ].mpls.mpls.x, peagreen_clr, TRUE ) ; in draw_sample()
909 draw_mpls( x2, y, r, kpads[ 0 ][ cx ].mpls.mpls.y, peagreen_clr, TRUE ) ; in draw_sample()
910 draw_mpls( x3, y, r, kpads[ 0 ][ cx ].mpls.mpls.z, peagreen_clr, TRUE ) ; in draw_sample()
995 …[ 0 ][ cx ].ex_status.cl.lstick.x, -kpads[ 0 ][ cx ].ex_status.cl.lstick.y, peagreen_clr, FALSE ) ; in draw_sample()
996 …[ 0 ][ cx ].ex_status.cl.rstick.x, -kpads[ 0 ][ cx ].ex_status.cl.rstick.y, peagreen_clr, FALSE ) ; in draw_sample()