Searched refs:di (Results 1 – 1 of 1) sorted by relevance
849 uint32_t di = deg + deg_space; in spectrum_draw_event_cb() local851 int32_t x1_out = get_cos(di, v); in spectrum_draw_event_cb()853 poly[0].y = center.y + get_sin(di, v); in spectrum_draw_event_cb()855 int32_t x1_in = get_cos(di, r_in); in spectrum_draw_event_cb()857 poly[1].y = center.y + get_sin(di, r_in); in spectrum_draw_event_cb()858 di += DEG_STEP - deg_space * 2; in spectrum_draw_event_cb()860 int32_t x2_in = get_cos(di, r_in); in spectrum_draw_event_cb()862 poly[2].y = center.y + get_sin(di, r_in); in spectrum_draw_event_cb()864 int32_t x2_out = get_cos(di, v); in spectrum_draw_event_cb()866 poly[3].y = center.y + get_sin(di, v); in spectrum_draw_event_cb()