Searched refs:widthDifference (Results 1 – 2 of 2) sorted by relevance
111 float widthDifference = 0; in applyFontTransforms() local113 widthDifference -= advances[i].width(); in applyFontTransforms()133 widthDifference += advances[i].width(); in applyFontTransforms()136 return widthDifference; in applyFontTransforms()
372 float widthDifference = clusterTextWidth - contentWidth; in isNarrowDescendant() local374 …if (widthDifference - parentClusterInfo.maxAllowedDifferenceFromTextWidth > differenceFromMaxWidth… in isNarrowDescendant()377 …parentClusterInfo.maxAllowedDifferenceFromTextWidth = std::max(widthDifference, parentClusterInfo.… in isNarrowDescendant()