Home
last modified time | relevance | path

Searched refs:getVsIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/libs/minikin/
DMinikinInternal.cpp34 uint16_t getVsIndex(uint32_t codePoint) { in getVsIndex() function
DMinikinInternal.h52 uint16_t getVsIndex(uint32_t codePoint);
DFontFamily.cpp194 const uint16_t vsIndex = getVsIndex(variationSelector); in hasGlyph()
DCmapCoverage.cpp408 const uint16_t vsIndex = getVsIndex(vsCodePoint); in getCoverageFormat14()
/frameworks/minikin/tests/unittest/
DCmapCoverageTest.cpp759 const uint16_t vs15Index = getVsIndex(0xFE0E); in TEST()
765 const uint16_t vs16Index = getVsIndex(0xFE0F); in TEST()
771 const uint16_t vs17Index = getVsIndex(0xE0100); in TEST()
807 const uint16_t vs15Index = getVsIndex(0xFE0E); in TEST()
816 const uint16_t vs16Index = getVsIndex(0xFE0F); in TEST()
825 const uint16_t vs17Index = getVsIndex(0xE0100); in TEST()
833 const uint16_t vs18Index = getVsIndex(0xE0101); in TEST()
841 const uint16_t vs19Index = getVsIndex(0xE0102); in TEST()
853 const uint16_t vs20Index = getVsIndex(0xE0103); in TEST()
1119 const uint16_t vs16Index = getVsIndex(0xFE0F); in TEST()
[all …]