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