Home
last modified time | relevance | path

Searched defs:widthBeforeCluster (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp92 SkScalar widthBeforeCluster, SkScalar maxWidth) in tryBreakWord()
125 bool TextWrapper::lookAheadByHyphen(Cluster* endOfClusters, SkScalar widthBeforeCluster, SkScalar m… in lookAheadByHyphen()
172 SkScalar widthBeforeCluster = fWords.width() + fClusters.width() + totalFakeSpacing; in lookAhead() local