Home | History | Annotate | Download | only in graphics

Lines Matching refs:charCount

1223                     int charCount = Character.isHighSurrogate(text[i]) ? 2 : 1;
1224 upTo = fontInfo.mFont.canDisplayUpTo(text, i, i + charCount);
1226 total += fontInfo.mMetrics.charsWidth(text, i, charCount);
1227 i += charCount;