Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp630 uint32_t bestGlyphCount = 0xFFFFFFFF; in getBestFont() local
638 if (glyphCount < bestGlyphCount) { in getBestFont()
640 bestGlyphCount = glyphCount; in getBestFont()