Searched refs:lineWidthLimits (Results 1 – 3 of 3) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | GreedyLineBreaker.cpp | 42 const LineWidth& lineWidthLimits, const TabStops& tabStops, in GreedyLineBreaker() argument 44 : mLineWidthLimit(lineWidthLimits.getAt(0)), in GreedyLineBreaker() 47 mLineWidthLimits(lineWidthLimits), in GreedyLineBreaker() 385 const LineWidth& lineWidthLimits, const TabStops& tabStops, in breakLineGreedy() argument 390 GreedyLineBreaker lineBreaker(textBuf, measured, lineWidthLimits, tabStops, enableHyphenation); in breakLineGreedy()
|
D | GreedyLineBreaker.h | 29 const LineWidth& lineWidthLimits, const TabStops& tabStops,
|
D | OptimalLineBreaker.h | 27 const LineWidth& lineWidthLimits, BreakStrategy strategy,
|