Searched refs:getCoverage (Results 1 – 6 of 6) sorted by relevance
368 EXPECT_TRUE(family->getCoverage()->get(kSupportedChar1)); in TEST_F()372 EXPECT_TRUE(family->getCoverage()->get(kSupportedChar2)); in TEST_F()376 EXPECT_TRUE(family->getCoverage()->get(kNoVsSupportedChar)); in TEST_F()380 EXPECT_FALSE(family->getCoverage()->get(kVsOnlySupportedChar)); in TEST_F()384 EXPECT_FALSE(family->getCoverage()->get(kNotSupportedChar)); in TEST_F()410 family->getCoverage(); in TEST_F()
95 const SparseBitSet* coverage = family->getCoverage(); in FontCollection()129 uint32_t nextChar = family->getCoverage()->nextSetBit((i + 1) << kLogCharsPerPage); in FontCollection()196 if (!hasVSGlyph && !fontFamily->getCoverage()->get(ch)) { in calcCoverageScore()421 shouldContinueRun = lastFamily->getCoverage()->get(ch); in itemize()441 family && family->getCoverage()->get(prevCh)) { in itemize()
172 const SparseBitSet* FontFamily::getCoverage() { in getCoverage() function in android::FontFamily185 CmapCoverage::getCoverage(mCoverage, cmapTable.get(), cmapTable.size(), &mHasVSTable); in getCoverage()
134 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,
133 const SparseBitSet* getCoverage();