Searched refs:getCoverage (Results 1 – 9 of 9) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | CmapCoverageTest.cpp | 295 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 …]
|
D | FontFamilyTest.cpp | 590 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/ |
D | CmapCoverage.h | 29 static SparseBitSet getCoverage(const uint8_t* cmap_data, size_t cmap_size,
|
D | FontFamily.h | 79 const SparseBitSet& getCoverage() const { in getCoverage() function 81 return mParent->getCoverage(); in getCoverage()
|
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 159 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()
|
D | FontFamily.cpp | 347 mCoverage = CmapCoverage::getCoverage(cmapTable.get(), cmapTable.size(), &cmapFmt14Coverage); in computeCoverage() 379 return getCoverage().get(codepoint); in hasGlyph()
|
D | CmapCoverage.cpp | 425 SparseBitSet CmapCoverage::getCoverage(const uint8_t* cmap_data, size_t cmap_size, in getCoverage() function in minikin::CmapCoverage
|
/frameworks/base/libs/hwui/jni/fonts/ |
D | FontFamily.cpp | 73 if (family->getCoverage().length() == 0) { in FontFamily_Builder_build()
|
/frameworks/base/libs/hwui/jni/ |
D | FontFamily.cpp | 92 if (family->getCoverage().length() == 0) { in FontFamily_create()
|