Searched refs:tabw (Results 1 – 1 of 1) sorted by relevance
9 int16_t tabw, dx; in mf_round_to_tab() local11 tabw = mf_character_width(font, 'm') * MF_TABSIZE; in mf_round_to_tab()18 x += tabw - (dx % tabw); in mf_round_to_tab()27 int16_t tabw, dx; in mf_round_to_prev_tab() local29 tabw = mf_character_width(font, 'm') * MF_TABSIZE; in mf_round_to_prev_tab()36 x -= tabw - (dx % tabw); in mf_round_to_prev_tab()
Completed in 6 milliseconds