Home
last modified time | relevance | path

Searched refs:wordBreakType (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/include/
H A DParagraphStyle.h79 void setWordBreakType(const WordBreakType& wordBreakType) { fWordBreakType = wordBreakType; } in setWordBreakType()
/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp116 WordBreakType wordBreakType; member in skia::textlayout::ParagraphCacheValue
333 paragraph.getWordBreakType() == value->wordBreakType && in useCachedLayout()
387 value->wordBreakType = paragraph.getWordBreakType(); in SetStoredLayoutImpl()
H A DTextWrapper.h232 void lookAhead(SkScalar maxWidth, Cluster* endOfClusters, bool applyRoundingHack, WordBreakType wordBreakType,
H A DTextLine.h160 void createTailEllipsis(SkScalar maxWidth, const SkString& ellipsis, bool ltr, WordBreakType wordBreakType);
H A DTextWrapper.cpp82 WordBreakType wordBreakType, bool autoSpacingEnable) { in lookAhead()
107 (!isFirstWord || wordBreakType != WordBreakType::NORMAL) && in lookAhead()
236 if (wordBreakType == WordBreakType::BREAK_ALL) { in lookAhead()
81 lookAhead(SkScalar maxWidth, Cluster* endOfClusters, bool applyRoundingHack, WordBreakType wordBreakType, bool autoSpacingEnable) lookAhead() argument
H A DTextLine.cpp951 void TextLine::createTailEllipsis(SkScalar maxWidth, const SkString& ellipsis, bool ltr, WordBreakType wordBreakType) { argument
986 iterForWord = (wordCount != 1 && wordBreakType != WordBreakType::BREAK_ALL && !cluster.isWordBreak());

Completed in 9 milliseconds