Home
last modified time | relevance | path

Searched refs:candidateGraphemeBreakWidth (Results 1 – 1 of 1) sorted by relevance

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1183 SkScalar candidateGraphemeBreakWidth = 0; in shapeOk() local
1196 candidateGraphemeBreakWidth = currentWidth; in shapeOk()
1206 … if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){ in shapeOk()
1210 candidateGraphemeBreakWidth -= candidateLineBreakWidth; in shapeOk()
1215 currentWidth -= candidateGraphemeBreakWidth; in shapeOk()
1216 candidateGraphemeBreakWidth = 0; in shapeOk()
1223 if (width < candidateGraphemeBreakWidth) { in shapeOk()
1225 candidateGraphemeBreakWidth = candidateLineBreakWidth; in shapeOk()
1228 currentWidth = candidateGraphemeBreakWidth; in shapeOk()