Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTypefaceUtils.java75 final int codePointOffset = referenceChar << 15; in getCharGeometryCacheKey() local
77 return codePointOffset + labelSize; in getCharGeometryCacheKey()
79 return codePointOffset + labelSize + 0x1000; in getCharGeometryCacheKey()
81 return codePointOffset + labelSize + 0x2000; in getCharGeometryCacheKey()
83 return codePointOffset + labelSize; in getCharGeometryCacheKey()