Searched refs:widthSoFar (Results 1 – 1 of 1) sorted by relevance
59 float nextTab(float widthSoFar) const { in nextTab() argument61 if (mStops[i] > widthSoFar) { in nextTab()68 return floor(widthSoFar / mTabWidth + 1) * mTabWidth; in nextTab()