Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1272 SkScalar candidateGraphemeBreakWidth = 0; local
1285 candidateGraphemeBreakWidth = currentWidth;
1295 if (width < currentWidth + glyphWidth && glyph->fHasVisual && candidateGraphemeBreakWidth > 0){
1299 candidateGraphemeBreakWidth -= candidateLineBreakWidth;
1304 currentWidth -= candidateGraphemeBreakWidth;
1305 candidateGraphemeBreakWidth = 0;
1312 if (width < candidateGraphemeBreakWidth) {
1314 candidateGraphemeBreakWidth = candidateLineBreakWidth;
1317 currentWidth = candidateGraphemeBreakWidth;

Completed in 3 milliseconds