Home
last modified time | relevance | path

Searched refs:isHardBreak (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextWrapper.cpp51 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()
DTextWrapper.h62 (fEnd.cluster()->isHardBreak() || fEnd.cluster()->isSoftBreak()); in endOfWord()
84 if (!cluster->isHardBreak() && !r.isPlaceholder()) { in extend()
DRun.h296 bool isHardBreak() const { return fIsHardBreak; } in isHardBreak() function
300 bool canBreakLineAfter() const { return isHardBreak() || isSoftBreak(); } in canBreakLineAfter()
DTextLine.cpp658 result.size = (end->isHardBreak() ? end->startPos() : end->endPos()) - start->startPos(); in measureTextInsideOneRun()
950 return fOwner->cluster(fGhostClusterRange.end - 1).isHardBreak() || in endsWithHardLineBreak()
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js118 expect(flm.isHardBreak).toEqual(true);
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts630 isHardBreak: boolean; property
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2577 cluster.isHardBreak() ? "hard" : in onDrawContent()