Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp49 Cluster* nextNonBreakingSpace = nullptr; in lookAhead() local
95 nextNonBreakingSpace = further; in lookAhead()
107 if (nextNonBreakingSpace != nullptr) { in lookAhead()
113 …fClusters = TextStretch(fClusters.startCluster(), nextNonBreakingSpace, fClusters.metrics().getFor… in lookAhead()