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