Home
last modified time | relevance | path

Searched defs:vsIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/minikin/include/minikin/
H A DFontFamily.h90 const SparseBitSet& getCmap14Coverage(uint16_t vsIndex) const { in getCmap14Coverage()
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp417 const uint16_t vsIndex = getVsIndex(variationSelector); in hasGlyph() local
H A DCmapCoverage.cpp407 const uint16_t vsIndex = getVsIndex(vsCodePoint); in getCoverageFormat14() local
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DCmapCoverageTest.cpp1188 const uint16_t vsIndex = getVsIndex(0xFE0F); in TEST() local
1211 const uint16_t vsIndex = getVsIndex(0xFE0F); in TEST() local
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/
H A D__init__.py1078 def getNumRegions(self, vsIndex): argument