Home
last modified time | relevance | path

Searched refs:isSoftBreak (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DRun.h340 …bool isWordBreak() const { return isWhitespaceBreak() || isHardBreak() || isSoftBreak() || run().i… in isWordBreak()
342 bool isSoftBreak() const;
344 bool canBreakLineAfter() const { return isHardBreak() || isSoftBreak(); } in canBreakLineAfter()
DTextWrapper.cpp107 … if (further->isSoftBreak() || further->isHardBreak() || further->isWhitespaceBreak()) { in lookAhead()
164 if (cluster->isSoftBreak() || cluster->isWhitespaceBreak()) { in lookAhead()
DTextWrapper.h63 (fEnd.cluster()->isHardBreak() || fEnd.cluster()->isSoftBreak()); in endOfWord()
DRun.cpp345 bool Cluster::isSoftBreak() const { in isSoftBreak() function in skia::textlayout::Cluster
DParagraphImpl.cpp604 if (cluster->isWhitespaceBreak() && cluster->isSoftBreak()) { in applySpacingAndBuildClusterTable()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2583 cluster.isSoftBreak() ? "soft" : in onDrawContent()