Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/unittest/
H A 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()
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 DFontFamilyTest.cpp563 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 DFontCollection.cpp84 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 DFontFamily.cpp177 mCoverage = CmapCoverage::getCoverage(cmapTable.get(), cmapTable.size(), &mCmapFmt14Coverage); in computeCoverage()
H A DCmapCoverage.cpp426 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 DCmapCoverage.h29 static SparseBitSet getCoverage(const uint8_t* cmap_data, size_t cmap_size,
H A DFontFamily.h78 const SparseBitSet& getCoverage() const { return mCoverage; } in getCoverage() function
/aosp12/frameworks/base/libs/hwui/jni/fonts/
H A DFontFamily.cpp72 if (family->getCoverage().length() == 0) { in FontFamily_Builder_build()
/aosp12/frameworks/base/libs/hwui/jni/
H A DFontFamily.cpp90 if (family->getCoverage().length() == 0) { in FontFamily_create()