Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h264 const f32 tabPixel = tabWidth * aCharWidth; in ProcessTab() local
265 const int numTab = static_cast<int>(dx / tabPixel) + 1; in ProcessTab()
266 const f32 x = pContext->xOrigin + tabPixel * numTab; in ProcessTab()