Searched defs:widthBeforeCluster (Results 1 – 1 of 1) sorted by relevance
92 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