Searched defs:firstUnichar (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp818 hb_codepoint_t firstUnichar = 0; local
823 firstUnichar = info[i].codepoint;
824 if (firstUnichar != ' ') {
828 baseGlyphCount = paint->getBaseGlyphCount(firstUnichar);

Completed in 56 milliseconds