Searched refs:tab_size (Results 1 – 1 of 1) sorted by relevance
503 int tab_size = TAB_WIDTH - (cnt & (TAB_WIDTH - 1)); in DrawLine() local504 x += FONT_WIDTH * tab_size; in DrawLine()505 cnt += tab_size; in DrawLine()