Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPaint.cpp423 size_t nChars = 0; in hasGlyph() local
452 } else if (nChars == 1 && i + 1 == str.size()) { in hasGlyph()
457 nChars++; in hasGlyph()
467 if (nGlyphs != 1 && nChars > 1) { in hasGlyph()
478 if (nChars == 2 && isFlag(str.get(), str.size())) { in hasGlyph()