Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DCmapCoverageTest.cpp295 CmapCoverage::getCoverage(cmap.data(), 3 /* too small */, &vsTables); in TEST()
305 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
315 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
324 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
333 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
355 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
379 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
393 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
403 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
447 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST()
[all …]
DFontFamilyTest.cpp590 EXPECT_TRUE(family->getCoverage().get(kSupportedChar1)); in expectVSGlyphsForVsTestFont()
594 EXPECT_TRUE(family->getCoverage().get(kSupportedChar2)); in expectVSGlyphsForVsTestFont()
598 EXPECT_TRUE(family->getCoverage().get(kNoVsSupportedChar)); in expectVSGlyphsForVsTestFont()
602 EXPECT_FALSE(family->getCoverage().get(kVsOnlySupportedChar)); in expectVSGlyphsForVsTestFont()
606 EXPECT_FALSE(family->getCoverage().get(kNotSupportedChar)); in expectVSGlyphsForVsTestFont()
/frameworks/minikin/include/minikin/
DCmapCoverage.h29 static SparseBitSet getCoverage(const uint8_t* cmap_data, size_t cmap_size,
DFontFamily.h79 const SparseBitSet& getCoverage() const { in getCoverage() function
81 return mParent->getCoverage(); in getCoverage()
/frameworks/minikin/libs/minikin/
DFontCollection.cpp159 const SparseBitSet& coverage = family->getCoverage(); in init()
199 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
370 if (!hasVSGlyph && !fontFamily->getCoverage().get(ch)) { in calcCoverageScore()
763 shouldContinueRun |= getFamilyAt(ix)->getCoverage().get(ch); in itemize()
766 shouldContinueRun = lastFamily->getCoverage().get(ch); in itemize()
809 if (getFamilyAt(ix)->getCoverage().get(prevCh)) { in itemize()
DFontFamily.cpp347 mCoverage = CmapCoverage::getCoverage(cmapTable.get(), cmapTable.size(), &cmapFmt14Coverage); in computeCoverage()
379 return getCoverage().get(codepoint); in hasGlyph()
DCmapCoverage.cpp425 SparseBitSet CmapCoverage::getCoverage(const uint8_t* cmap_data, size_t cmap_size, in getCoverage() function in minikin::CmapCoverage
/frameworks/base/libs/hwui/jni/fonts/
DFontFamily.cpp73 if (family->getCoverage().length() == 0) { in FontFamily_Builder_build()
/frameworks/base/libs/hwui/jni/
DFontFamily.cpp92 if (family->getCoverage().length() == 0) { in FontFamily_create()