Searched refs:numTab (Results 1 – 1 of 1) sorted by relevance
265 const int numTab = static_cast<int>(dx / tabPixel) + 1; in ProcessTab() local266 const f32 x = pContext->xOrigin + tabPixel * numTab; in ProcessTab()