• Home
  • Raw
  • Download

Lines Matching refs:tabStops

101         TabStops tabStops(nullptr, 0, 10);  in doLineBreakForJapanese()  local
102 return breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, false, in doLineBreakForJapanese()
122 TabStops tabStops(nullptr, 0, 10); in doLineBreakForKorean() local
123 return breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, false, in doLineBreakForKorean()
143 TabStops tabStops(nullptr, 0, 10); in doLineBreak() local
144 return breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, in doLineBreak()
182 TabStops tabStops(nullptr, 0, 10); in doLineBreakWithNoHyphenSpan() local
183 return breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, in doLineBreakWithNoHyphenSpan()
203 TabStops tabStops(nullptr, 0, 10); in doLineBreakForBounds() local
204 return breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, in doLineBreakForBounds()
226 TabStops tabStops(nullptr, 0, 10); in doLineBreakForLetterSpacing() local
227 return breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, in doLineBreakForLetterSpacing()
257 TabStops tabStops(nullptr, 0, 10); in TEST_F() local
258 LineBreakResult r = breakLineGreedy(textBuffer, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
851 TabStops tabStops(nullptr, 0, 10); in TEST_F() local
852 const auto actual = breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
871 TabStops tabStops(nullptr, 0, 10); in TEST_F() local
872 const auto actual = breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
902 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
904 const auto actual = breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
923 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
925 const auto actual = breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
987 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
989 const auto actual = breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
1010 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1012 const auto actual = breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
1041 TabStops tabStops(nullptr, 0, CHAR_WIDTH); in TEST_F() local
1043 const auto actual = breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, in TEST_F()
1210 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1211 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN, in TEST_F()
1306 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1307 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN, in TEST_F()
1395 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1396 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN, in TEST_F()
1547 TabStops tabStops(nullptr, 0, 0); in TEST_F() local
1548 return breakLineGreedy(textBuf, *measuredText, rectangleLineWidth, tabStops, DO_HYPHEN, in TEST_F()