Searched refs:isSoftBreak (Results 1 – 6 of 6) sorted by relevance
62 (fEnd.cluster()->isHardBreak() || fEnd.cluster()->isSoftBreak()); in endOfWord()
298 bool isSoftBreak() const;300 bool canBreakLineAfter() const { return isHardBreak() || isSoftBreak(); } in canBreakLineAfter()
311 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()
2576 cluster.isSoftBreak() ? "soft" : in onDrawContent()