Searched refs:codept (Results 1 – 1 of 1) sorted by relevance
250 int codept = 0; in draw() local252 codept = mChars[j]; in draw()253 if (codept >= 0xD800 && codept < 0xDC00 && j + 1 < runLimit) { in draw()254 codept = Character.codePointAt(mChars, j); in draw()255 if (codept > 0xFFFF) { in draw()262 if (j == runLimit || codept == '\t') { in draw()266 if (codept == '\t') { in draw()328 int codept = 0; in measure() local330 codept = chars[j]; in measure()331 if (codept >= 0xD800 && codept < 0xDC00 && j + 1 < runLimit) { in measure()[all …]