Home
last modified time | relevance | path

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

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