Lines Matching refs:draw_kfont_f32
519 (void)draw_kfont_f32( cx+9,cy, peagreen_clr, obj_interval, 2 ) ; in draw_sample()
524 (void)draw_kfont_f32( cx+4,cy, cyan_clr, pos_play_radius, 2 ) ; in draw_sample()
525 (void)draw_kfont_f32( cx+9,cy, cyan_clr, pos_sensitivity, 2 ) ; in draw_sample()
528 (void)draw_kfont_f32( cx+4,cy, yellow_clr, hori_play_radius, 2 ) ; in draw_sample()
529 (void)draw_kfont_f32( cx+9,cy, yellow_clr, hori_sensitivity, 2 ) ; in draw_sample()
532 (void)draw_kfont_f32( cx+4,cy, green_clr, dist_play_radius, 2 ) ; in draw_sample()
533 (void)draw_kfont_f32( cx+9,cy, green_clr, dist_sensitivity, 2 ) ; in draw_sample()
536 (void)draw_kfont_f32( cx+4,cy, red_clr, acc_play_radius, 2 ) ; in draw_sample()
537 (void)draw_kfont_f32( cx+9,cy, red_clr, acc_sensitivity, 2 ) ; in draw_sample()
542 (void)draw_kfont_f32( cx+4,cy, orange_clr, repeat_delay_sec, 2 ) ; in draw_sample()
543 (void)draw_kfont_f32( cx+9,cy, orange_clr, repeat_pulse_sec, 2 ) ; in draw_sample()
562 (void)draw_kfont_f32( 8.8f,7.4f, green_clr, kpads[0][0].dist, 2 ) ; in draw_sample()