HomeSort by relevance Sort by last modified time
    Searched refs:getVsIndex (Results 1 - 5 of 5) sorted by null

  /frameworks/minikin/libs/minikin/
MinikinInternal.cpp 52 uint16_t getVsIndex(uint32_t codePoint) {
MinikinInternal.h 54 uint16_t getVsIndex(uint32_t codePoint);
FontFamily.cpp 195 const uint16_t vsIndex = getVsIndex(variationSelector);
CmapCoverage.cpp 386 const uint16_t vsIndex = getVsIndex(vsCodePoint);
  /frameworks/minikin/tests/unittest/
CmapCoverageTest.cpp 709 const uint16_t vs15Index = getVsIndex(0xFE0E);
715 const uint16_t vs16Index = getVsIndex(0xFE0F);
721 const uint16_t vs17Index = getVsIndex(0xE0100);
749 const uint16_t vs15Index = getVsIndex(0xFE0E);
758 const uint16_t vs16Index = getVsIndex(0xFE0F);
767 const uint16_t vs17Index = getVsIndex(0xE0100);
775 const uint16_t vs18Index = getVsIndex(0xE0101);
783 const uint16_t vs19Index = getVsIndex(0xE0102);
    [all...]

Completed in 64 milliseconds