Searched defs:tabStops (Results 1 – 5 of 5) sorted by relevance
36 @NonNull TabStops tabStops) { in LineBreaker()
33 @NonNull TabStops tabStops) { in GreedyLineBreaker()
39 @NonNull TabStops tabStops) { in OptimizingLineBreaker()
297 TabStops tabStops = null; in getJustifyWidth() local394 TabStops tabStops = null; in drawText() local679 TabStops tabStops = null; in getLineStartPos() local1146 TabStops tabStops = null; in getHorizontal() local1185 TabStops tabStops = null; in getLineHorizontals() local1318 TabStops tabStops = null; in getLineExtent() local1354 private float getLineExtent(int line, TabStops tabStops, boolean full) { in getLineExtent()
146 Directions directions, boolean hasTabs, TabStops tabStops) { in set()