Lines Matching refs:draw_kfont_f32
484 (void)draw_kfont_f32( cx+9,cy, peagreen_clr, obj_interval, 2 ) ; in draw_sample()
489 (void)draw_kfont_f32( cx+4,cy, cyan_clr, pos_play_radius, 2 ) ; in draw_sample()
490 (void)draw_kfont_f32( cx+9,cy, cyan_clr, pos_sensitivity, 2 ) ; in draw_sample()
493 (void)draw_kfont_f32( cx+4,cy, yellow_clr, hori_play_radius, 2 ) ; in draw_sample()
494 (void)draw_kfont_f32( cx+9,cy, yellow_clr, hori_sensitivity, 2 ) ; in draw_sample()
497 (void)draw_kfont_f32( cx+4,cy, green_clr, dist_play_radius, 2 ) ; in draw_sample()
498 (void)draw_kfont_f32( cx+9,cy, green_clr, dist_sensitivity, 2 ) ; in draw_sample()
501 (void)draw_kfont_f32( cx+4,cy, red_clr, acc_play_radius, 2 ) ; in draw_sample()
502 (void)draw_kfont_f32( cx+9,cy, red_clr, acc_sensitivity, 2 ) ; in draw_sample()
507 (void)draw_kfont_f32( cx+4,cy, orange_clr, repeat_delay_sec, 2 ) ; in draw_sample()
508 (void)draw_kfont_f32( cx+9,cy, orange_clr, repeat_pulse_sec, 2 ) ; in draw_sample()
527 (void)draw_kfont_f32( 8.8f,7.4f, green_clr, kpads[0][0].dist, 2 ) ; in draw_sample()