Searched refs:tmp_width (Results 1 – 1 of 1) sorted by relevance
1557 int32_t tmp_width = 0; in scale_store_section_line_tick_width_compensation() local1561 tmp_width = major_tick_dsc->width; in scale_store_section_line_tick_width_compensation()1564 tmp_width = minor_tick_dsc->width; in scale_store_section_line_tick_width_compensation()1569 if(tmp_width & 0x01U) { in scale_store_section_line_tick_width_compensation()1571 tmp_width += 1; in scale_store_section_line_tick_width_compensation()1574 tmp_width -= 1; in scale_store_section_line_tick_width_compensation()1577 section->first_tick_in_section_width = tmp_width; in scale_store_section_line_tick_width_compensation()1585 tmp_width = major_tick_dsc->width; in scale_store_section_line_tick_width_compensation()1588 tmp_width = minor_tick_dsc->width; in scale_store_section_line_tick_width_compensation()1593 if(tmp_width & 0x01U) { in scale_store_section_line_tick_width_compensation()[all …]