Searched refs:canBreak (Results 1 – 5 of 5) sorted by relevance
43 virtual bool canBreak() const = 0;103 bool canBreak() const override { return true; } in canBreak() function147 bool canBreak() const { return false; } in canBreak() function
224 if (run->canBreak()) { in populateCandidates()236 const bool canBreak = run->canBreak() || (i + 1) == range.getEnd(); in populateCandidates() local237 proc.feedChar(i, textBuf[i], measured.widths[i], canBreak); in populateCandidates()
170 if (!computeHyphenation || !run->canBreak()) { in measure()178 const bool canBreak = run->canBreak() || (i + 1) == range.getEnd(); in measure() local179 proc.feedChar(i, textBuf[i], widths[i], canBreak); in measure()
347 if (run->canBreak() || nextWordBoundaryOffset == range.getEnd()) { in process()348 processLineBreak(i + 1, &wordBreaker, run->canBreak()); in process()
55 virtual bool canBreak() const override { return true; } in canBreak() function