Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp150 SkScalar nextShortWordLength = nextWordLength; in lookAhead() local
163 nextShortWordLength = nextWordLength; in lookAhead()
177 if (SkScalar shortLength = fWords.width() + nextShortWordLength; in lookAhead()
181 fMinIntrinsicWidth = std::max(fMinIntrinsicWidth, nextShortWordLength); in lookAhead()
1038 SkScalar nextShortWordLength = nextWordLength; in moveForward()
1050 nextShortWordLength = nextWordLength; in moveForward()
1063 if (SkScalar shortLength = fWords.width() + nextShortWordLength; in moveForward()
1068 fMinIntrinsicWidth = std::max(fMinIntrinsicWidth, nextShortWordLength); in moveForward()

Completed in 2 milliseconds