Searched refs:mMaxChar (Results 1 – 2 of 2) sorted by relevance
47 FontCollection::FontCollection(std::shared_ptr<FontFamily>&& typeface) : mMaxChar(0) { in FontCollection()53 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection()72 mMaxChar = max(mMaxChar, coverage.length()); in init()82 size_t nPages = (mMaxChar + kPageMask) >> kLogCharsPerPage; in init()255 if (ch >= mMaxChar) { in getFamilyForChar()342 if (baseCodepoint >= mMaxChar) { in hasVariationSelector()
101 uint32_t mMaxChar; variable