Home
last modified time | relevance | path

Searched refs:TAB_WIDTH (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/dev/
Ddev_DirectPrint.cpp38 const int TAB_WIDTH = 4; // タブ幅 variable
503 int tab_size = TAB_WIDTH - (cnt & (TAB_WIDTH - 1)); in DrawLine()
606 len = (len + TAB_WIDTH) & ~(TAB_WIDTH - 1); in StrLineWidth()