Searched refs:tmp_tick_count (Results 1 – 1 of 1) sorted by relevance
1086 const uint32_t tmp_tick_count = scale->total_tick_count - 1U; in scale_get_tick_points() local1094 if(tmp_tick_count == tick_idx) { in scale_get_tick_points()1100 …t int32_t offset = ((int32_t) tick_idx * (int32_t) scale_total_height) / (int32_t)(tmp_tick_count); in scale_get_tick_points()1115 if(tmp_tick_count == tick_idx) { in scale_get_tick_points()1121 …st int32_t offset = ((int32_t) tick_idx * (int32_t) scale_total_width) / (int32_t)(tmp_tick_count); in scale_get_tick_points()