Searched refs:codept (Results 1 – 1 of 1) sorted by relevance
267 int codept = 0; in draw() local269 codept = mChars[j]; in draw()270 if (codept >= 0xD800 && codept < 0xDC00 && j + 1 < runLimit) { in draw()271 codept = Character.codePointAt(mChars, j); in draw()272 if (codept > 0xFFFF) { in draw()279 if (j == runLimit || codept == '\t') { in draw()283 if (codept == '\t') { in draw()345 int codept = 0; in measure() local347 codept = chars[j]; in measure()348 if (codept >= 0xD800 && codept < 0xDC00 && j + 1 < runLimit) { in measure()[all …]