Searched refs:nextTab (Results 1 – 4 of 4) sorted by relevance
59 float nextTab(float widthSoFar) const { in nextTab() function
289 h = mDir * nextTab(h * mDir); in draw()387 h = mDir * nextTab(h * mDir); in measure()444 h = mDir * nextTab(h * mDir);1265 float nextTab(float h) { in nextTab() method1267 return mTabs.nextTab(h); in nextTab()
2236 float nextTab(float h) {2270 /* package */ static float nextTab(CharSequence text, int start, int end,
287 mSumOfCharWidths = mTabStops.nextTab(mSumOfCharWidths); in updateLineWidth()