Searched refs:isHardBreak (Results 1 – 7 of 7) sorted by relevance
51 if (cluster->isHardBreak()) { in lookAhead()85 … if (further->isSoftBreak() || further->isHardBreak() || further->isWhitespaceBreak()) { in lookAhead()162 if ((fHardLineBreak = cluster->isHardBreak())) { in lookAhead()406 if (cluster->isHardBreak()) { in breakTextIntoLines()
62 (fEnd.cluster()->isHardBreak() || fEnd.cluster()->isSoftBreak()); in endOfWord()84 if (!cluster->isHardBreak() && !r.isPlaceholder()) { in extend()
296 bool isHardBreak() const { return fIsHardBreak; } in isHardBreak() function300 bool canBreakLineAfter() const { return isHardBreak() || isSoftBreak(); } in canBreakLineAfter()
658 result.size = (end->isHardBreak() ? end->startPos() : end->endPos()) - start->startPos(); in measureTextInsideOneRun()950 return fOwner->cluster(fGhostClusterRange.end - 1).isHardBreak() || in endsWithHardLineBreak()
118 expect(flm.isHardBreak).toEqual(true);
630 isHardBreak: boolean; property
2577 cluster.isHardBreak() ? "hard" : in onDrawContent()