Searched refs:getCoverage (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/minikin/tests/unittest/ |
H A 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() 514 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST() 755 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST() 803 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST() 877 CmapCoverage::getCoverage(cmap.data(), 3 /* too small size */, &vsTables); in TEST() 1187 SparseBitSet coverage = CmapCoverage::getCoverage(cmap.data(), cmap.size(), &vsTables); in TEST() [all …]
|
H A D | FontFamilyTest.cpp | 563 EXPECT_TRUE(family->getCoverage().get(kSupportedChar1)); in expectVSGlyphsForVsTestFont() 567 EXPECT_TRUE(family->getCoverage().get(kSupportedChar2)); in expectVSGlyphsForVsTestFont() 571 EXPECT_TRUE(family->getCoverage().get(kNoVsSupportedChar)); in expectVSGlyphsForVsTestFont() 575 EXPECT_FALSE(family->getCoverage().get(kVsOnlySupportedChar)); in expectVSGlyphsForVsTestFont() 579 EXPECT_FALSE(family->getCoverage().get(kNotSupportedChar)); in expectVSGlyphsForVsTestFont()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | FontCollection.cpp | 84 const SparseBitSet& coverage = family->getCoverage(); in init() 114 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init() 242 if (!hasVSGlyph && !fontFamily->getCoverage().get(ch)) { in calcCoverageScore() 534 shouldContinueRun |= mFamilies[ix]->getCoverage().get(ch); in itemize() 537 shouldContinueRun = lastFamily->getCoverage().get(ch); in itemize() 573 if (mFamilies[ix]->getCoverage().get(prevCh)) { in itemize()
|
H A D | FontFamily.cpp | 177 mCoverage = CmapCoverage::getCoverage(cmapTable.get(), cmapTable.size(), &mCmapFmt14Coverage); in computeCoverage()
|
H A D | CmapCoverage.cpp | 426 SparseBitSet CmapCoverage::getCoverage(const uint8_t* cmap_data, size_t cmap_size, in getCoverage() function in minikin::CmapCoverage
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | CmapCoverage.h | 29 static SparseBitSet getCoverage(const uint8_t* cmap_data, size_t cmap_size,
|
H A D | FontFamily.h | 78 const SparseBitSet& getCoverage() const { return mCoverage; } in getCoverage() function
|
/aosp12/frameworks/base/libs/hwui/jni/fonts/ |
H A D | FontFamily.cpp | 72 if (family->getCoverage().length() == 0) { in FontFamily_Builder_build()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | FontFamily.cpp | 90 if (family->getCoverage().length() == 0) { in FontFamily_create()
|