Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextWrapper.cpp31 if (cluster->isWhitespaces()) { in lookAhead()
42 if (further->isSoftBreak() || further->isHardBreak() || further->isWhitespaces()) { in lookAhead()
113 cluster >= fEndLine.startCluster() && cluster->isWhitespaces(); in trimEndSpaces()
124 for (; cluster > fClusters.startCluster() && cluster->isWhitespaces(); --cluster) { in getClustersTrimmedWidth()
128 if (cluster->isWhitespaces()) { in getClustersTrimmedWidth()
144 while (cluster < fEndLine.breakCluster() && cluster->isWhitespaces()) { in trimStartSpaces()
156 while (cluster < endOfClusters && cluster->isWhitespaces()) { in trimStartSpaces()
304 } else if (cluster->isWhitespaces()) { in breakTextIntoLines()
305 SkASSERT(cluster->isWhitespaces()); in breakTextIntoLines()
DTextLine.cpp535 if (cluster->isWhitespaces()) { in justify()
568 if (cluster->isWhitespaces()) { in justify()
DRun.h271 bool isWhitespaces() const { return fWhiteSpaces; } in isWhitespaces() function
DParagraphImpl.cpp340 if (cluster->isWhitespaces() && cluster->isSoftBreak()) { in markLineBreaks()
351 if (soFarWhitespacesOnly && !cluster->isWhitespaces()) { in markLineBreaks()