Searched refs:TAB_WIDTH (Results 1 – 2 of 2) sorted by relevance
42 const int TAB_WIDTH = DirectPrint::TAB_WIDTH; // タブ幅 variable516 int tab_size = TAB_WIDTH - (cnt & (TAB_WIDTH - 1)); in DrawLine()619 len = (len + TAB_WIDTH) & ~(TAB_WIDTH - 1); in StrLineWidth()
94 static const int TAB_WIDTH = 4; variable