Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp77 size_t nTypefaces = typefaces.size(); in init() local
79 for (size_t i = 0; i < nTypefaces; i++) { in init()
95 nTypefaces = mFamilies.size(); in init()
96 MINIKIN_ASSERT(nTypefaces > 0, "Font collection must have at least one valid typeface"); in init()
97 MINIKIN_ASSERT(nTypefaces <= MAX_FAMILY_COUNT, in init()
110 for (size_t j = 0; j < nTypefaces; j++) { in init()