Lines Matching refs:tabStops
87 TabStops tabStops(nullptr, 0, 10); in doLineBreak() local
88 return breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, in doLineBreak()
683 TabStops tabStops(nullptr, 0, 10); in TEST_F() local
685 breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
703 TabStops tabStops(nullptr, 0, 10); in TEST_F() local
705 breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
734 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
737 breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
755 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
758 breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
819 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
822 breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
842 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
845 breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
873 TabStops tabStops(nullptr, 0, CHAR_WIDTH); in TEST_F() local
876 breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
1042 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1043 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
1137 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1138 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
1225 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1226 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()
1376 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1377 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN); in TEST_F()