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