Searched refs:isSoftBreak (Results 1 – 10 of 10) sorted by relevance
302 bool isSoftBreak() const;304 bool canBreakLineAfter() const { return isHardBreak() || isSoftBreak(); } in canBreakLineAfter()
62 (fEnd.cluster()->isHardBreak() || fEnd.cluster()->isSoftBreak()); in endOfWord()
316 bool Cluster::isSoftBreak() const { in isSoftBreak() function in skia::textlayout::Cluster
85 … if (further->isSoftBreak() || further->isHardBreak() || further->isWhitespaceBreak()) { in lookAhead()
458 if (cluster->isWhitespaceBreak() && cluster->isSoftBreak()) { in spaceGlyphs()
59 (fEnd.cluster()->isHardBreak() || fEnd.cluster()->isSoftBreak()); in endOfWord()
34 if (further->isSoftBreak() || further->isHardBreak()) { in lookAhead()
242 bool isSoftBreak() const { return fBreakType == SoftLineBreak; } in isSoftBreak() function
299 if (cluster->isWhitespaces() && cluster->isSoftBreak()) { in markLineBreaks()
2583 cluster.isSoftBreak() ? "soft" : in onDrawContent()