Searched refs:getCoverage (Results 1 – 5 of 5) sorted by relevance
57 const SparseBitSet* coverage = family->getCoverage(); in FontCollection()79 uint32_t nextChar = family->getCoverage()->nextSetBit((i + 1) << kLogCharsPerPage); in FontCollection()115 if (family->getCoverage()->get(ch)) { in getFamilyForChar()182 || !(isStickyWhitelisted(ch) && lastFamily->getCoverage()->get(ch))) { in itemize()191 if (ch == KEYCAP && i && family && family->getCoverage()->get(string[i - 1])) { in itemize()
188 const SparseBitSet* FontFamily::getCoverage() { in getCoverage() function in android::FontFamily197 CmapCoverage::getCoverage(mCoverage, cmapData.get(), cmapSize); in getCoverage()
120 bool CmapCoverage::getCoverage(SparseBitSet& coverage, const uint8_t* cmap_data, size_t cmap_size) { in getCoverage() function in android::CmapCoverage
26 static bool getCoverage(SparseBitSet &coverage, const uint8_t* cmap_data, size_t cmap_size);
145 const SparseBitSet* getCoverage();